diff options
Diffstat (limited to 'js/panels/Splitter.js')
-rwxr-xr-x | js/panels/Splitter.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/js/panels/Splitter.js b/js/panels/Splitter.js index 15865acc..c6d46911 100755 --- a/js/panels/Splitter.js +++ b/js/panels/Splitter.js | |||
@@ -27,8 +27,7 @@ exports.Splitter = Montage.create(Component, { | |||
27 | }, | 27 | }, |
28 | set: function(value) { | 28 | set: function(value) { |
29 | this._panel = value; | 29 | this._panel = value; |
30 | }, | 30 | } |
31 | serializable: true | ||
32 | }, | 31 | }, |
33 | 32 | ||
34 | _resizeBar: { | 33 | _resizeBar: { |