From 0d7ff08d74ab28247de8a84b84796c183aa47f0d Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Tue, 5 Jun 2012 14:20:31 -0700 Subject: fixing a small typo Signed-off-by: Valerio Virgillito --- js/document/templates/app/main.js | 1 + 1 file changed, 1 insertion(+) 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, { // var templateEvent = document.createEvent("CustomEvent"); templateEvent.initCustomEvent("mjsTemplateReady", false, true); + document.body.dispatchEvent(templateEvent); } }, -- cgit v1.2.3