Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

Commit 5998c9c

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)