diff options
author | Armen Kesablyan | 2012-03-22 14:31:12 -0700 |
---|---|---|
committer | Armen Kesablyan | 2012-03-22 14:31:12 -0700 |
commit | 49596f2a6b518ed0ee945006787d3c69e40a5757 (patch) | |
tree | 0d8e40b9fe4ca3fc0d12fa5539f02e8ff0eaaa17 /js/panels/Splitter.js | |
parent | 60107392554fa993a16e748f7281be423055cd19 (diff) | |
download | ninja-49596f2a6b518ed0ee945006787d3c69e40a5757.tar.gz |
Updated Resizers for Panels and timeline
Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'js/panels/Splitter.js')
-rwxr-xr-x | js/panels/Splitter.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/panels/Splitter.js b/js/panels/Splitter.js index e92cb2dd..6791e0d5 100755 --- a/js/panels/Splitter.js +++ b/js/panels/Splitter.js | |||
@@ -55,7 +55,7 @@ exports.Splitter = Montage.create(Component, { | |||
55 | }, | 55 | }, |
56 | set: function(value) { | 56 | set: function(value) { |
57 | this._collapsed = value; | 57 | this._collapsed = value; |
58 | 58 | this.needsDraw = true; | |
59 | this.application.localStorage.setItem(this.element.getAttribute("data-montage-id"), {"version": this.version, "value": value}); | 59 | this.application.localStorage.setItem(this.element.getAttribute("data-montage-id"), {"version": this.version, "value": value}); |
60 | } | 60 | } |
61 | }, | 61 | }, |