diff options
author | Valerio Virgillito | 2012-04-26 17:09:12 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-04-26 17:09:12 -0700 |
commit | 7968f3a9cf56392c914d6bd44cc90145b6d807a3 (patch) | |
tree | b632e72735c9a071078121be07cf8cba2ebf29cc /js/panels/properties.reel/sections/custom.reel | |
parent | b03c3b087297f471840ab8595d5aa8bd0249a742 (diff) | |
parent | bcfb200482c26b2bfc0d6577b1eb0de7a19a6762 (diff) | |
download | ninja-7968f3a9cf56392c914d6bd44cc90145b6d807a3.tar.gz |
Merge branch 'master' of https://github.com/mayhewinator/ninja-internal into serialization
Diffstat (limited to 'js/panels/properties.reel/sections/custom.reel')
-rwxr-xr-x | js/panels/properties.reel/sections/custom.reel/custom.html | 9 |
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 | }, |