aboutsummaryrefslogtreecommitdiff
path: root/js/document/templates
diff options
context:
space:
mode:
authorValerio Virgillito2012-06-05 14:20:31 -0700
committerValerio Virgillito2012-06-05 14:20:31 -0700
commit0d7ff08d74ab28247de8a84b84796c183aa47f0d (patch)
treeb220882014bf5b0c0b179c24d400dbaa6d9d4003 /js/document/templates
parent15b4986e96c19415cf6197b81c172735f97bfa7f (diff)
downloadninja-0d7ff08d74ab28247de8a84b84796c183aa47f0d.tar.gz
fixing a small typo
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/document/templates')
-rw-r--r--js/document/templates/app/main.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/document/templates/app/main.js b/js/document/templates/app/main.js
index fbd2e138..0cdf718c 100644
--- a/js/document/templates/app/main.js
+++ b/js/document/templates/app/main.js
@@ -81,6 +81,7 @@ exports.Main = Montage.create(Component, {
81 // 81 //
82 var templateEvent = document.createEvent("CustomEvent"); 82 var templateEvent = document.createEvent("CustomEvent");
83 templateEvent.initCustomEvent("mjsTemplateReady", false, true); 83 templateEvent.initCustomEvent("mjsTemplateReady", false, true);
84 document.body.dispatchEvent(templateEvent);
84 } 85 }
85 }, 86 },
86 87