diff options
author | John Mayhew | 2012-04-26 16:23:59 -0700 |
---|---|---|
committer | John Mayhew | 2012-04-26 16:23:59 -0700 |
commit | bcfb200482c26b2bfc0d6577b1eb0de7a19a6762 (patch) | |
tree | c61bee4e6a61a14b0eba680876bb5839d8a0d526 /js/document/templates/montage-html | |
parent | 62cd8d643ce69b7f38295fad511a4b6d3d4dd638 (diff) | |
download | ninja-bcfb200482c26b2bfc0d6577b1eb0de7a19a6762.tar.gz |
Removing all "module" declarations and replaced with "prototype" in preparation for montage converting to the new "prototype" format fully
Diffstat (limited to 'js/document/templates/montage-html')
-rwxr-xr-x | js/document/templates/montage-html/index.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/js/document/templates/montage-html/index.html b/js/document/templates/montage-html/index.html index b3f68030..79c6cd51 100755 --- a/js/document/templates/montage-html/index.html +++ b/js/document/templates/montage-html/index.html | |||
@@ -24,8 +24,7 @@ | |||
24 | <script type="text/montage-serialization"> | 24 | <script type="text/montage-serialization"> |
25 | { | 25 | { |
26 | "owner": { | 26 | "owner": { |
27 | "module": "main.reel", | 27 | "prototype": "main.reel" |
28 | "name": "Main" | ||
29 | } | 28 | } |
30 | } | 29 | } |
31 | </script> | 30 | </script> |