diff options
author | Jose Antonio Marquez | 2012-05-16 14:22:18 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-05-16 14:22:18 -0700 |
commit | ac750fd9b9c311dcd48c6ee309607edc6fa048e1 (patch) | |
tree | 140df1ddaca3db497585198cf47ceb735991da29 /js/document/templates/html | |
parent | 23bf5db97fb24afdb14d02faac1136fc04137e96 (diff) | |
download | ninja-ac750fd9b9c311dcd48c6ee309607edc6fa048e1.tar.gz |
Adding basic montage components I/O
Only for saving basic components without a reel.
Diffstat (limited to 'js/document/templates/html')
-rw-r--r-- | js/document/templates/html/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/document/templates/html/main.js b/js/document/templates/html/main.js index f45657bb..2696dfa0 100644 --- a/js/document/templates/html/main.js +++ b/js/document/templates/html/main.js | |||
@@ -42,7 +42,7 @@ exports.Main = Montage.create(Component, { | |||
42 | // | 42 | // |
43 | window.mjsTemplateCreator = TemplateCreator.create(); | 43 | window.mjsTemplateCreator = TemplateCreator.create(); |
44 | // | 44 | // |
45 | window.mjsTemplate = Template.create(); | 45 | window.mjsTemplate = Template.create(); |
46 | 46 | ||
47 | 47 | ||
48 | // Dispatch event when this template has loaded. | 48 | // Dispatch event when this template has loaded. |