We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cf5ed4 commit 529728cCopy full SHA for 529728c
core/lib/ui_builder.js
@@ -592,9 +592,6 @@ var ui_builder = function () {
592
//plugins
593
output += 'var plugins = ' + JSON.stringify(patternlab.plugins || []) + ';' + eol;
594
595
- //theme
596
- output += 'var theme = ' + JSON.stringify(patternlab.config.theme) + ';' + eol;
597
-
598
//smaller config elements
599
output += 'var defaultShowPatternInfo = ' + (patternlab.config.defaultShowPatternInfo ? patternlab.config.defaultShowPatternInfo : 'false') + ';' + eol;
600
output += 'var defaultPattern = "' + (patternlab.config.defaultPattern ? patternlab.config.defaultPattern : 'all') + '";' + eol;
0 commit comments