We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c76464b commit a98808aCopy full SHA for a98808a
core/lib/pattern_assembler.js
@@ -483,7 +483,7 @@ var pattern_assembler = function () {
483
process_pattern_recursive: function (file, patternlab, additionalData) {
484
processPatternRecursive(file, patternlab, additionalData);
485
},
486
- findPartial: function (partial, patternlab) {
+ getPartial: function (partial, patternlab) {
487
return getPartial(partial, patternlab);
488
489
combine_listItems: function (patternlab) {
0 commit comments