diff options
author | Valerio Virgillito | 2012-06-12 11:12:32 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-06-12 11:12:32 -0700 |
commit | 471776facca730c57b0f6b8448535914df6624fd (patch) | |
tree | 50269ec5f885cf8b5f17f55d9938c3a846e9a617 /js/panels/properties.reel/sections | |
parent | 964484bc244dda21c6646f4c0d400d6c137ff442 (diff) | |
download | ninja-471776facca730c57b0f6b8448535914df6624fd.tar.gz |
adding more nonexistent properties
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/panels/properties.reel/sections')
-rwxr-xr-x | js/panels/properties.reel/sections/custom-rows/single-row.reel/single-row.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/panels/properties.reel/sections/custom-rows/single-row.reel/single-row.js b/js/panels/properties.reel/sections/custom-rows/single-row.reel/single-row.js index b606d6b8..a11cd3f6 100755 --- a/js/panels/properties.reel/sections/custom-rows/single-row.reel/single-row.js +++ b/js/panels/properties.reel/sections/custom-rows/single-row.reel/single-row.js | |||
@@ -8,6 +8,10 @@ var Montage = require("montage/core/core").Montage; | |||
8 | var Component = require("montage/ui/component").Component; | 8 | var Component = require("montage/ui/component").Component; |
9 | 9 | ||
10 | exports.SingleRow = Montage.create(Component, { | 10 | exports.SingleRow = Montage.create(Component, { |
11 | slot: { | ||
12 | value: null | ||
13 | }, | ||
14 | |||
11 | id: { | 15 | id: { |
12 | value: null | 16 | value: null |
13 | }, | 17 | }, |