aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Style.reel
diff options
context:
space:
mode:
authorJon Reid2012-06-15 10:10:41 -0700
committerJon Reid2012-06-15 10:10:41 -0700
commit526ac54f73d53e1e2a3d6a4dbf4f9992c143baf7 (patch)
tree65939e59615aaa10a7db77211e71616ad531bd0e /js/panels/Timeline/Style.reel
parentb5b760ee82e5cc4da176914983a6002cbf86c11a (diff)
parent5ee0c89fa0c7acc280ff3b884767e8513fd0b315 (diff)
downloadninja-526ac54f73d53e1e2a3d6a4dbf4f9992c143baf7.tar.gz
Merge remote-tracking branch 'ninja-internal/master' into test-merge
Conflicts: js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html js/panels/Timeline/TimelineTrack.reel/TimelineTrack.js
Diffstat (limited to 'js/panels/Timeline/Style.reel')
-rw-r--r--js/panels/Timeline/Style.reel/Style.js30
1 files changed, 26 insertions, 4 deletions
diff --git a/js/panels/Timeline/Style.reel/Style.js b/js/panels/Timeline/Style.reel/Style.js
index 03d674a5..fe8d04e9 100644
--- a/js/panels/Timeline/Style.reel/Style.js
+++ b/js/panels/Timeline/Style.reel/Style.js
@@ -22,10 +22,31 @@ var ElementsMediator = require("js/mediators/element-mediator").ElementMediato
22 22
23var LayerStyle = exports.LayerStyle = Montage.create(Component, { 23var LayerStyle = exports.LayerStyle = Montage.create(Component, {
24 24
25 hasTemplate:{ 25 styleContainer: {
26 value: true 26 value: null,
27 serializable: true
27 }, 28 },
28 29
30 styleHintable: {
31 value: null,
32 serializable: true
33 },
34
35 styleProperty: {
36 value: null,
37 serializable: true
38 },
39
40 valueEditorHottext: {
41 value: null,
42 serializable: true
43 },
44
45 dtextProperty: {
46 value: null,
47 serializable: true
48 },
49
29 /* === BEGIN: Models === */ 50 /* === BEGIN: Models === */
30 // isSelected: whether or not the style is selected 51 // isSelected: whether or not the style is selected
31 _isSelected: { 52 _isSelected: {
@@ -115,7 +136,8 @@ var LayerStyle = exports.LayerStyle = Montage.create(Component, {
115 }, 136 },
116 set: function(newVal) { 137 set: function(newVal) {
117 this._myHintable = newVal; 138 this._myHintable = newVal;
118 } 139 },
140 serializable: true
119 }, 141 },
120 _myHintableValue : { 142 _myHintableValue : {
121 value: null 143 value: null