Skip to content

Commit 5998c9c

Browse files
committed
apply fix
1 parent 0496f0d commit 5998c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/lib/parameter_hunter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ var parameter_hunter = function () {
272272
allData = plutils.mergeData(allData, paramData);
273273

274274
//if the partial has pattern parameters itself, we need to handle those
275-
// findparameters(partialPattern, patternlab);
275+
findparameters(partialPattern, patternlab);
276276

277277
//if partial has style modifier data, replace the styleModifier value
278278
if (pattern.stylePartials && pattern.stylePartials.length > 0) {

0 commit comments

Comments
 (0)