diff options
author | Valerio Virgillito | 2012-06-12 15:12:27 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-06-12 15:12:27 -0700 |
commit | 16d859a284805cd8bf14187fd421b6a14e6d8912 (patch) | |
tree | 64a57f852efea485f7bb242025a770588b157603 /js/panels/properties.reel | |
parent | c3c0b8d60a59a86fbe75dcc8bde0bd3cbf28de63 (diff) | |
download | ninja-16d859a284805cd8bf14187fd421b6a14e6d8912.tar.gz |
remove serializable from custom section
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/panels/properties.reel')
-rwxr-xr-x | js/panels/properties.reel/section.reel/section.js | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/js/panels/properties.reel/section.reel/section.js b/js/panels/properties.reel/section.reel/section.js index 1873eb8c..310bc48f 100755 --- a/js/panels/properties.reel/section.reel/section.js +++ b/js/panels/properties.reel/section.reel/section.js | |||
@@ -10,18 +10,16 @@ var Component = require("montage/ui/component").Component; | |||
10 | exports.Section = Montage.create(Component, { | 10 | exports.Section = Montage.create(Component, { |
11 | 11 | ||
12 | name: { | 12 | name: { |
13 | value: "Panel", | 13 | value: "Panel" |
14 | serializable: true | 14 | |
15 | }, | 15 | }, |
16 | 16 | ||
17 | slot: { | 17 | slot: { |
18 | value: null, | 18 | value: null |
19 | serializable: true | ||
20 | }, | 19 | }, |
21 | 20 | ||
22 | content: { | 21 | content: { |
23 | value: null, | 22 | value: null |
24 | serializable: true | ||
25 | }, | 23 | }, |
26 | 24 | ||
27 | prepareForDraw: { | 25 | prepareForDraw: { |