Skip to content

Commit

Permalink
accept either case of styleguideExcludes
Browse files Browse the repository at this point in the history
closes #627
  • Loading branch information
bmuenzenmeyer committed Feb 23, 2017
1 parent 6cdc540 commit 6e885cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/ui_builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ var ui_builder = function () {

var p;
var typePatterns = [], styleguideTypePatterns = [];
var styleGuideExcludes = patternlab.config.styleGuideExcludes;
var styleGuideExcludes = patternlab.config.styleGuideExcludes || patternlab.config.styleguideExcludes;

_.forOwn(patternTypeObj, function (patternSubtypes, patternSubtype) {

Expand Down

0 comments on commit 6e885cb

Please sign in to comment.