aboutsummaryrefslogtreecommitdiff
path: root/js/document/templates
diff options
context:
space:
mode:
authorValerio Virgillito2012-04-23 13:41:16 -0700
committerValerio Virgillito2012-04-23 13:41:16 -0700
commitd0af21d80441cb7ffe3a92ed00f8dc9b90867098 (patch)
tree9d40ce988131c4c15340e57c6b542785ccd15dae /js/document/templates
parent3dfd75a1d7948ef369188e1ca23c0f044c0d17a1 (diff)
downloadninja-d0af21d80441cb7ffe3a92ed00f8dc9b90867098.tar.gz
adjusting the bread crumb to work with the new template
Initial container get setup in ninja now. Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/document/templates')
-rw-r--r--js/document/templates/montage-web/main.reel/main.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/document/templates/montage-web/main.reel/main.js b/js/document/templates/montage-web/main.reel/main.js
index 019c675e..d5ac88d5 100644
--- a/js/document/templates/montage-web/main.reel/main.js
+++ b/js/document/templates/montage-web/main.reel/main.js
@@ -38,10 +38,11 @@ exports.Main = Montage.create(Component, {
38 }; 38 };
39 39
40 // Dispatch event when this template has loaded. 40 // Dispatch event when this template has loaded.
41 /*
41 var newEvent = document.createEvent( "CustomEvent" ); 42 var newEvent = document.createEvent( "CustomEvent" );
42 newEvent.initCustomEvent( "userTemplateDidLoad", false, true ); 43 newEvent.initCustomEvent( "userTemplateDidLoad", false, true );
43
44 document.body.dispatchEvent( newEvent ); 44 document.body.dispatchEvent( newEvent );
45 */
45 46
46 } 47 }
47 } 48 }