diff options
author | Valerio Virgillito | 2012-06-01 15:26:30 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-06-01 15:26:30 -0700 |
commit | 4bb571a9551bba8a37bf3afd639412173d58bc71 (patch) | |
tree | 1be2a2883de37c44b471dae95b891ac8e67fc95b /node_modules/tools/template/template-creator.js | |
parent | 8bbabd61e600e0a4aee72377c962d9147db1d8e1 (diff) | |
parent | 41e1d1f57aa60514ebeaa640e19ec4d145c33314 (diff) | |
download | ninja-4bb571a9551bba8a37bf3afd639412173d58bc71.tar.gz |
Merge pull request #262 from joseeight/Document
Fixing webGL helper, setting up montage flag for clean up
Diffstat (limited to 'node_modules/tools/template/template-creator.js')
-rwxr-xr-x | node_modules/tools/template/template-creator.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node_modules/tools/template/template-creator.js b/node_modules/tools/template/template-creator.js index c5d3cffd..646c4171 100755 --- a/node_modules/tools/template/template-creator.js +++ b/node_modules/tools/template/template-creator.js | |||
@@ -57,6 +57,7 @@ var TemplateCreator = exports.TemplateCreator = Montage.create(Template, /** @le | |||
57 | component._element = targetNode; | 57 | component._element = targetNode; |
58 | components[label] = component; | 58 | components[label] = component; |
59 | componentsChildComponents[label] = component.childComponents; | 59 | componentsChildComponents[label] = component.childComponents; |
60 | component._element.setAttribute('data-ninja-node', 'true'); | ||
60 | delete component.childComponents; | 61 | delete component.childComponents; |
61 | } else { | 62 | } else { |
62 | for (var i = 0; (childNode = childNodes[i]); i++) { | 63 | for (var i = 0; (childNode = childNodes[i]); i++) { |