aboutsummaryrefslogtreecommitdiff
path: root/js/document/templates
diff options
context:
space:
mode:
authorNivesh Rajbhandari2012-05-17 11:22:03 -0700
committerNivesh Rajbhandari2012-05-17 11:22:03 -0700
commit6ce2f2a5af1bc66d8dbec04abfae2e07f43afcfe (patch)
tree7bbe1d778511418b1118bd06e7f38721d7eed370 /js/document/templates
parent3d36ca3feb7a2cabd7d64335b2417637bd9aa906 (diff)
downloadninja-6ce2f2a5af1bc66d8dbec04abfae2e07f43afcfe.tar.gz
Fixed chrome preview for banner templates.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
Diffstat (limited to 'js/document/templates')
-rw-r--r--js/document/templates/banner/main.js8
-rwxr-xr-xjs/document/templates/banner/package.json1
2 files changed, 8 insertions, 1 deletions
diff --git a/js/document/templates/banner/main.js b/js/document/templates/banner/main.js
index d5ac88d5..2acbe8f3 100644
--- a/js/document/templates/banner/main.js
+++ b/js/document/templates/banner/main.js
@@ -4,7 +4,9 @@
4 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. 4 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
5 </copyright> */ 5 </copyright> */
6var Montage = require("montage/core/core").Montage, 6var Montage = require("montage/core/core").Montage,
7 Component = require("montage/ui/component").Component; 7 Component = require("montage/ui/component").Component,
8 Template = require("montage/ui/template").Template,
9 TemplateCreator = require("tools/template/template-creator").TemplateCreator;
8 10
9exports.Main = Montage.create(Component, { 11exports.Main = Montage.create(Component, {
10 12
@@ -37,6 +39,10 @@ exports.Main = Montage.create(Component, {
37 39
38 }; 40 };
39 41
42 window.mjsTemplateCreator = TemplateCreator;
43 //
44 window.mjsTemplate = Template;
45
40 // Dispatch event when this template has loaded. 46 // Dispatch event when this template has loaded.
41 /* 47 /*
42 var newEvent = document.createEvent( "CustomEvent" ); 48 var newEvent = document.createEvent( "CustomEvent" );
diff --git a/js/document/templates/banner/package.json b/js/document/templates/banner/package.json
index d1e839dc..4f36090a 100755
--- a/js/document/templates/banner/package.json
+++ b/js/document/templates/banner/package.json
@@ -4,6 +4,7 @@
4 }, 4 },
5 "mappings": { 5 "mappings": {
6 "montage": "../../../../node_modules/montage/", 6 "montage": "../../../../node_modules/montage/",
7 "tools": "../../../../node_modules/tools/",
7 "montage-google": "../../../../node_modules/montage-google/" 8 "montage-google": "../../../../node_modules/montage-google/"
8 } 9 }
9} \ No newline at end of file 10} \ No newline at end of file