aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValerio Virgillito2012-06-05 14:21:35 -0700
committerValerio Virgillito2012-06-05 14:21:35 -0700
commitfcf99196e6471960891635efbca1af66d5fe5523 (patch)
treeb220882014bf5b0c0b179c24d400dbaa6d9d4003
parent15b4986e96c19415cf6197b81c172735f97bfa7f (diff)
parent0d7ff08d74ab28247de8a84b84796c183aa47f0d (diff)
downloadninja-fcf99196e6471960891635efbca1af66d5fe5523.tar.gz
Merge pull request #270 from mencio/element-model-fixes
fixing a small typo
-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