File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- /*
2- * patternlab-node - v2.6.0-alpha - 2016
3- *
1+ /*
2+ * patternlab-node - v2.6.0-alpha - 2016
3+ *
44 * Brian Muenzenmeyer, Geoff Pursell, and the web community.
5- * Licensed under the MIT license.
6- *
7- * Many thanks to Brad Frost and Dave Olsen for inspiration, encouragement, and advice.
5+ * Licensed under the MIT license.
6+ *
7+ * Many thanks to Brad Frost and Dave Olsen for inspiration, encouragement, and advice.
88 *
99 */
1010
@@ -357,6 +357,8 @@ var patternlab_engine = function (config) {
357357 pattern . patternLineageRExists = pattern . lineageR . length > 0 ;
358358 pattern . patternLineageEExists = pattern . patternLineageExists || pattern . patternLineageRExists ;
359359
360+ patternlab . events . emit ( 'patternlab-pattern-before-data-merge' , patternlab , pattern ) ;
361+
360362 //render the pattern, but first consolidate any data we may have
361363 var allData ;
362364 try {
You can’t perform that action at this time.
0 commit comments