diff options
author | Pushkar Joshi | 2012-04-27 15:05:38 -0700 |
---|---|---|
committer | Pushkar Joshi | 2012-04-27 15:05:38 -0700 |
commit | c8fc8e1bd1c394f433b4fc1677f4bc596e7cc2cc (patch) | |
tree | 74fcb9818a917d4f8ddb0db0c78a8cff9af86339 /js/panels/properties.reel/sections/custom-rows/single-row.reel | |
parent | 28d1594b868e3c08e5603adbd5b29df1e24d57e9 (diff) | |
parent | c8fac64d4ad8ac18744a17a5e0f0d17204355fd6 (diff) | |
download | ninja-c8fc8e1bd1c394f433b4fc1677f4bc596e7cc2cc.tar.gz |
Merge branch 'master' into pentool
Diffstat (limited to 'js/panels/properties.reel/sections/custom-rows/single-row.reel')
-rwxr-xr-x | js/panels/properties.reel/sections/custom-rows/single-row.reel/single-row.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/js/panels/properties.reel/sections/custom-rows/single-row.reel/single-row.html b/js/panels/properties.reel/sections/custom-rows/single-row.reel/single-row.html index 4de3f1ae..b606e5db 100755 --- a/js/panels/properties.reel/sections/custom-rows/single-row.reel/single-row.html +++ b/js/panels/properties.reel/sections/custom-rows/single-row.reel/single-row.html | |||
@@ -9,16 +9,14 @@ | |||
9 | <script type="text/montage-serialization"> | 9 | <script type="text/montage-serialization"> |
10 | { | 10 | { |
11 | "owner": { | 11 | "owner": { |
12 | "module" : "js/panels/properties.reel/sections/custom-rows/single-row.reel", | 12 | "prototype" : "js/panels/properties.reel/sections/custom-rows/single-row.reel", |
13 | "name" : "SingleRow", | ||
14 | "properties" : { | 13 | "properties" : { |
15 | "element" : {"#": "section"}, | 14 | "element" : {"#": "section"}, |
16 | "slot" : {"@": "slot"} | 15 | "slot" : {"@": "slot"} |
17 | } | 16 | } |
18 | }, | 17 | }, |
19 | "slot": { | 18 | "slot": { |
20 | "module": "montage/ui/slot.reel", | 19 | "prototype": "montage/ui/slot.reel", |
21 | "name": "Slot", | ||
22 | "properties": { | 20 | "properties": { |
23 | "element": { "#": "slotElement" } | 21 | "element": { "#": "slotElement" } |
24 | }, | 22 | }, |