Skip to content

Commit 376c46f

Browse files
committed
experimenting with double-nav problems
1 parent 3739152 commit 376c46f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/lib/ui_builder.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,9 +342,9 @@ var ui_builder = function () {
342342
patternGroups: {}
343343
};
344344

345-
if (!patternlab.patternTypes) {
345+
//if (!patternlab.patternTypes) {
346346
patternlab.patternTypes = [];
347-
}
347+
//}
348348

349349
_.forEach(sortPatterns(patternlab.patterns), function (pattern) {
350350

0 commit comments

Comments
 (0)