diff options
author | Jose Antonio Marquez | 2012-05-16 15:42:09 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-05-16 15:42:09 -0700 |
commit | 5cc5d29736d8bf253e3a168cdd6443e839ffb23c (patch) | |
tree | c858889251ea37c82a261f81ace337778c0870fc /js/document | |
parent | a2afa558aba65b81f8b1b58687629def14ea471d (diff) | |
download | ninja-5cc5d29736d8bf253e3a168cdd6443e839ffb23c.tar.gz |
Fixing serialization referencing (new object per save)
Diffstat (limited to 'js/document')
-rw-r--r-- | js/document/templates/html/main.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/document/templates/html/main.js b/js/document/templates/html/main.js index 2696dfa0..ffa3fab2 100644 --- a/js/document/templates/html/main.js +++ b/js/document/templates/html/main.js | |||
@@ -40,9 +40,9 @@ exports.Main = Montage.create(Component, { | |||
40 | 40 | ||
41 | }; | 41 | }; |
42 | // | 42 | // |
43 | window.mjsTemplateCreator = TemplateCreator.create(); | 43 | window.mjsTemplateCreator = TemplateCreator; |
44 | // | 44 | // |
45 | window.mjsTemplate = Template.create(); | 45 | window.mjsTemplate = Template; |
46 | 46 | ||
47 | 47 | ||
48 | // Dispatch event when this template has loaded. | 48 | // Dispatch event when this template has loaded. |