File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/yuidoc-p5-theme-src/scripts/tpl Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ module.exports = function(grunt) {
129129 } ,
130130 // Watch the codebase for doc updates
131131 yui :{
132- files :[ 'src/**/*.js' ] ,
132+ files :[ 'src/**/*.js' , 'lib/addons/*.js' ] ,
133133 task :[ 'yuidoc' ]
134134 }
135135 } ,
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ <h3><%= module.name %> library</h3>
1717 < a href ="<%=item.hash%> " < % if (item.module !== module.name) { %> class="core"< % } %> > < %=item.name%> < % if (item.itemtype === 'method') { %> ()< %}%> </ a > < br >
1818 < % t++; %>
1919 < % }); %>
20- < % if (t > = ceil (totalItems/4)) { col++; t = 0; %>
20+ < % if (t > = Math.floor (totalItems/4)) { col++; t = 0; %>
2121 </ div >
2222 < % } %>
2323< % }); %>
You can’t perform that action at this time.
0 commit comments