aboutsummaryrefslogtreecommitdiff
path: root/js/panels/properties.reel/sections/custom-rows/single-row.reel/single-row.html
diff options
context:
space:
mode:
authorValerio Virgillito2012-04-27 14:21:35 -0700
committerValerio Virgillito2012-04-27 14:21:35 -0700
commitb08cc404d32dd1d4dbc2139ce8f06d7d88b681a8 (patch)
treeae45391131c7c5203ae8e0d3470d106d835c8c6b /js/panels/properties.reel/sections/custom-rows/single-row.reel/single-row.html
parent314709dd189807bfc762aa150bb1b29d2ccdf25b (diff)
parent6c1aa27b7753bc9007514859b42160fae265740d (diff)
downloadninja-b08cc404d32dd1d4dbc2139ce8f06d7d88b681a8.tar.gz
Merge branch 'refs/heads/serialization'
Diffstat (limited to 'js/panels/properties.reel/sections/custom-rows/single-row.reel/single-row.html')
-rwxr-xr-xjs/panels/properties.reel/sections/custom-rows/single-row.reel/single-row.html6
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 },