Skip to content

Commit 529728c

Browse files
authored
Removing redundant config.theme
1 parent 3cf5ed4 commit 529728c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

core/lib/ui_builder.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -592,9 +592,6 @@ var ui_builder = function () {
592592
//plugins
593593
output += 'var plugins = ' + JSON.stringify(patternlab.plugins || []) + ';' + eol;
594594

595-
//theme
596-
output += 'var theme = ' + JSON.stringify(patternlab.config.theme) + ';' + eol;
597-
598595
//smaller config elements
599596
output += 'var defaultShowPatternInfo = ' + (patternlab.config.defaultShowPatternInfo ? patternlab.config.defaultShowPatternInfo : 'false') + ';' + eol;
600597
output += 'var defaultPattern = "' + (patternlab.config.defaultPattern ? patternlab.config.defaultPattern : 'all') + '";' + eol;

0 commit comments

Comments
 (0)