Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit 110452d

Browse files
committed
comment placement adjustment to not lie
1 parent 44b7319 commit 110452d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/lib/ui_builder.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,6 @@ function buildNavigation(patternlab) {
230230
return bucketIndex;
231231
}
232232

233-
234-
// MAIN BUILDER FUNCTION
235-
236233
function buildViewAllPages(mainPageHead, mainPageFoot, mainPageHeadHtml, mainPageFootHtml, pattern_assembler, patternlab) {
237234
var paths = patternlab.config.paths;
238235
var prevSubdir = '';
@@ -307,6 +304,9 @@ function buildViewAllPages(mainPageHead, mainPageFoot, mainPageHeadHtml, mainPag
307304
}
308305
}
309306

307+
308+
// MAIN BUILDER FUNCTION
309+
310310
function buildFrontEnd(patternlab) {
311311
var pa = require('./pattern_assembler');
312312
var mh = require('./media_hunter');

0 commit comments

Comments
 (0)