aboutsummaryrefslogtreecommitdiff
path: root/js/document/templates/html/main.js
diff options
context:
space:
mode:
authorValerio Virgillito2012-05-16 20:30:05 -0700
committerValerio Virgillito2012-05-16 20:30:05 -0700
commitd34c57638ef57fb9fedfdb8fa7add895bc585f8e (patch)
tree7d3f51c20eb6b6940c1ce648d828fa1e2d8d510b /js/document/templates/html/main.js
parent92fcb770aff434e994e7a39a61d8fac4a017dca0 (diff)
parentd59cb51c275fbbef84604f9ed77afedba8168099 (diff)
downloadninja-d34c57638ef57fb9fedfdb8fa7add895bc585f8e.tar.gz
Merge pull request #241 from joseeight/Document
Adding saving of Montage Components
Diffstat (limited to 'js/document/templates/html/main.js')
-rw-r--r--js/document/templates/html/main.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/document/templates/html/main.js b/js/document/templates/html/main.js
index f45657bb..ffa3fab2 100644
--- a/js/document/templates/html/main.js
+++ b/js/document/templates/html/main.js
@@ -40,9 +40,9 @@ exports.Main = Montage.create(Component, {
40 40
41 }; 41 };
42 // 42 //
43 window.mjsTemplateCreator = TemplateCreator.create(); 43 window.mjsTemplateCreator = TemplateCreator;
44 // 44 //
45 window.mjsTemplate = Template.create(); 45 window.mjsTemplate = Template;
46 46
47 47
48 // Dispatch event when this template has loaded. 48 // Dispatch event when this template has loaded.