aboutsummaryrefslogtreecommitdiff
path: root/js/document/templates/html/main.js
diff options
context:
space:
mode:
authorValerio Virgillito2012-05-16 20:33:57 -0700
committerValerio Virgillito2012-05-16 20:33:57 -0700
commit9d001ec773c9568e9f825468631013fc9b20eb7e (patch)
tree6eb6ed621c9d7e4faa9b0b8420e0fe43d48e8256 /js/document/templates/html/main.js
parentf48bb7aa60a5eb1f9319ddd0334bd7a0afa2aca4 (diff)
parentd34c57638ef57fb9fedfdb8fa7add895bc585f8e (diff)
downloadninja-9d001ec773c9568e9f825468631013fc9b20eb7e.tar.gz
Merge branch 'dom-architecture' of github.com:Motorola-Mobility/ninja-internal into dom-architecture
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.