diff options
author | hwc487 | 2012-06-04 09:15:12 -0700 |
---|---|---|
committer | hwc487 | 2012-06-04 09:15:12 -0700 |
commit | 3f5351c5d75080727953caf5d8d9a312c1c9391b (patch) | |
tree | dcbc2db4e137e115b43a6117331ed1176f85904b /node_modules/tools | |
parent | 4aacbf5d3c7a42a3621eb3ae2723542a455e7720 (diff) | |
parent | 3abba04025dbc0daadb08184833a2558c442b8e1 (diff) | |
download | ninja-3f5351c5d75080727953caf5d8d9a312c1c9391b.tar.gz |
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into Textures
Diffstat (limited to 'node_modules/tools')
-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++) { |