diff options
author | Armen Kesablyan | 2012-06-21 14:33:01 -0700 |
---|---|---|
committer | Armen Kesablyan | 2012-06-21 14:33:01 -0700 |
commit | 9fe9bc495af74d963fa7061d4d1a479720133a56 (patch) | |
tree | eca4b0d785ad28483904682b7fdfdb9686fc3d1a /js/panels/Timeline/Collapser.js | |
parent | fc818d31de267d2b77fda3b3029ad38d48698be8 (diff) | |
parent | c411f76d89c543837548085ff468fee0fb4f2ff9 (diff) | |
download | ninja-9fe9bc495af74d963fa7061d4d1a479720133a56.tar.gz |
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal
Diffstat (limited to 'js/panels/Timeline/Collapser.js')
-rw-r--r-- | js/panels/Timeline/Collapser.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/js/panels/Timeline/Collapser.js b/js/panels/Timeline/Collapser.js index e5c04279..42bbbb86 100644 --- a/js/panels/Timeline/Collapser.js +++ b/js/panels/Timeline/Collapser.js | |||
@@ -183,7 +183,6 @@ var Montage = require("montage/core/core").Montage, | |||
183 | 183 | ||
184 | // isToggling: Bindable property. Set this (to anything) to trigger a toggle. | 184 | // isToggling: Bindable property. Set this (to anything) to trigger a toggle. |
185 | _isToggling: { | 185 | _isToggling: { |
186 | serializable: true, | ||
187 | value: true | 186 | value: true |
188 | }, | 187 | }, |
189 | isToggling: { | 188 | isToggling: { |
@@ -211,7 +210,6 @@ var Montage = require("montage/core/core").Montage, | |||
211 | 210 | ||
212 | prepareForDraw: { | 211 | prepareForDraw: { |
213 | value: function() { | 212 | value: function() { |
214 | |||
215 | // Get the original value of the overflow property: | 213 | // Get the original value of the overflow property: |
216 | this._origOverflowValue = window.getComputedStyle(this.myContent, null).getPropertyValue("overflow"); | 214 | this._origOverflowValue = window.getComputedStyle(this.myContent, null).getPropertyValue("overflow"); |
217 | if (this.isCollapsed === false) { | 215 | if (this.isCollapsed === false) { |