diff options
author | Valerio Virgillito | 2012-06-05 14:21:35 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-06-05 14:21:35 -0700 |
commit | fcf99196e6471960891635efbca1af66d5fe5523 (patch) | |
tree | b220882014bf5b0c0b179c24d400dbaa6d9d4003 /js/document/templates | |
parent | 15b4986e96c19415cf6197b81c172735f97bfa7f (diff) | |
parent | 0d7ff08d74ab28247de8a84b84796c183aa47f0d (diff) | |
download | ninja-fcf99196e6471960891635efbca1af66d5fe5523.tar.gz |
Merge pull request #270 from mencio/element-model-fixes
fixing a small typo
Diffstat (limited to 'js/document/templates')
-rw-r--r-- | js/document/templates/app/main.js | 1 |
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 | ||