File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed 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
+ *
4
4
* 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.
8
8
*
9
9
*/
10
10
@@ -357,6 +357,8 @@ var patternlab_engine = function (config) {
357
357
pattern . patternLineageRExists = pattern . lineageR . length > 0 ;
358
358
pattern . patternLineageEExists = pattern . patternLineageExists || pattern . patternLineageRExists ;
359
359
360
+ patternlab . events . emit ( 'patternlab-pattern-before-data-merge' , patternlab , pattern ) ;
361
+
360
362
//render the pattern, but first consolidate any data we may have
361
363
var allData ;
362
364
try {
You can’t perform that action at this time.
0 commit comments