diff options
author | Ananya Sen | 2012-06-19 11:00:49 -0700 |
---|---|---|
committer | Ananya Sen | 2012-06-19 11:00:49 -0700 |
commit | f1d8401aeb84e0eb0680caf72878dae26fd78a37 (patch) | |
tree | 31771ccaf3d1e2ddf01fa9605438d20be0d155d7 /js/panels/Splitter.js | |
parent | 9ea2610cec6569e7b7d5268b6c65bbf94c4753e5 (diff) | |
parent | 483ad57efcd6475776f580c3af5b60e6deeaf781 (diff) | |
download | ninja-f1d8401aeb84e0eb0680caf72878dae26fd78a37.tar.gz |
Merge branch 'refs/heads/ninja-internal-master' into cut-copy-paste
Diffstat (limited to 'js/panels/Splitter.js')
-rwxr-xr-x | js/panels/Splitter.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/panels/Splitter.js b/js/panels/Splitter.js index f0fb1a45..c6d46911 100755 --- a/js/panels/Splitter.js +++ b/js/panels/Splitter.js | |||
@@ -18,8 +18,7 @@ exports.Splitter = Montage.create(Component, { | |||
18 | }, | 18 | }, |
19 | 19 | ||
20 | _panel: { | 20 | _panel: { |
21 | value: null, | 21 | value: null |
22 | enumerable:true | ||
23 | }, | 22 | }, |
24 | 23 | ||
25 | panel: { | 24 | panel: { |
@@ -41,7 +40,8 @@ exports.Splitter = Montage.create(Component, { | |||
41 | }, | 40 | }, |
42 | set: function(val) { | 41 | set: function(val) { |
43 | this._resizeBar = val; | 42 | this._resizeBar = val; |
44 | } | 43 | }, |
44 | serializable: true | ||
45 | }, | 45 | }, |
46 | 46 | ||
47 | _collapsed : { | 47 | _collapsed : { |