File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -266,7 +266,6 @@ var patternlab_engine = function (config) {
266
266
// stringify this data for individual pattern rendering and use on the styleguide
267
267
// see if patternData really needs these other duped values
268
268
pattern . patternData = JSON . stringify ( {
269
- isPattern : true ,
270
269
cssEnabled : false ,
271
270
patternLineageExists : pattern . patternLineageExists ,
272
271
patternLineages : pattern . patternLineages ,
@@ -286,6 +285,7 @@ var patternlab_engine = function (config) {
286
285
287
286
//set the pattern-specific footer by compiling the general-footer with data, and then adding it to the meta footer
288
287
var footerPartial = pattern_assembler . renderPattern ( patternlab . footer , {
288
+ isPattern : true ,
289
289
patternData : pattern . patternData ,
290
290
cacheBuster : patternlab . cacheBuster
291
291
} ) ;
You can’t perform that action at this time.
0 commit comments