aboutsummaryrefslogtreecommitdiff
path: root/js/panels/properties.reel/sections/custom.reel/custom.html
diff options
context:
space:
mode:
authorJohn Mayhew2012-04-26 16:23:59 -0700
committerJohn Mayhew2012-04-26 16:23:59 -0700
commitbcfb200482c26b2bfc0d6577b1eb0de7a19a6762 (patch)
treec61bee4e6a61a14b0eba680876bb5839d8a0d526 /js/panels/properties.reel/sections/custom.reel/custom.html
parent62cd8d643ce69b7f38295fad511a4b6d3d4dd638 (diff)
downloadninja-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/panels/properties.reel/sections/custom.reel/custom.html')
-rwxr-xr-xjs/panels/properties.reel/sections/custom.reel/custom.html9
1 files changed, 3 insertions, 6 deletions
diff --git a/js/panels/properties.reel/sections/custom.reel/custom.html b/js/panels/properties.reel/sections/custom.reel/custom.html
index 99a68264..cc48d2e7 100755
--- a/js/panels/properties.reel/sections/custom.reel/custom.html
+++ b/js/panels/properties.reel/sections/custom.reel/custom.html
@@ -10,8 +10,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot
10 <script type="text/montage-serialization"> 10 <script type="text/montage-serialization">
11 { 11 {
12 "owner": { 12 "owner": {
13 "module" : "js/panels/properties.reel/sections/custom.reel", 13 "prototype" : "js/panels/properties.reel/sections/custom.reel[CustomSection]",
14 "name" : "CustomSection",
15 "properties" : { 14 "properties" : {
16 "element" : {"#": "section"}, 15 "element" : {"#": "section"},
17 "repeat" : {"@": "repeat"} 16 "repeat" : {"@": "repeat"}
@@ -19,8 +18,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot
19 }, 18 },
20 19
21 "repeat": { 20 "repeat": {
22 "module": "montage/ui/repetition.reel", 21 "prototype": "montage/ui/repetition.reel",
23 "name": "Repetition",
24 "properties": { 22 "properties": {
25 "element" : {"#": "repetitionContainer"} 23 "element" : {"#": "repetitionContainer"}
26 }, 24 },
@@ -34,8 +32,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot
34 }, 32 },
35 33
36 "slot": { 34 "slot": {
37 "module": "montage/ui/slot.reel", 35 "prototype": "montage/ui/slot.reel",
38 "name": "Slot",
39 "properties": { 36 "properties": {
40 "element": { "#": "repeitionContent" } 37 "element": { "#": "repeitionContent" }
41 }, 38 },