aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Resizer.js
diff options
context:
space:
mode:
authorPushkar Joshi2012-03-02 12:36:34 -0800
committerPushkar Joshi2012-03-02 12:36:34 -0800
commitdc3c813320c8d3fb837d5d18e70ab35a53b116c1 (patch)
treeda417684de5e302d302ea617854015bd9a8ca17a /js/panels/Resizer.js
parentd7d78d4a4e8cf82c56379d25efbe679b3b823abc (diff)
parent4419209a1fd850ab468209b562b66b0242b42a9c (diff)
downloadninja-dc3c813320c8d3fb837d5d18e70ab35a53b116c1.tar.gz
Merge branch 'brushtool' into pentool
Diffstat (limited to 'js/panels/Resizer.js')
-rwxr-xr-xjs/panels/Resizer.js10
1 files changed, 8 insertions, 2 deletions
diff --git a/js/panels/Resizer.js b/js/panels/Resizer.js
index ca6ed062..0252c4fb 100755
--- a/js/panels/Resizer.js
+++ b/js/panels/Resizer.js
@@ -90,16 +90,22 @@ exports.Resizer = Montage.create(Component, {
90 return this._panel; 90 return this._panel;
91 }, 91 },
92 set: function(val) { 92 set: function(val) {
93 this._panel = val 93 this._panel = val;
94 if(val._element) this._panel = val._element;
94 } 95 }
95 }, 96 },
97
98 height: {
99 value: null
100 },
96 101
97 handleClick: { 102 handleClick: {
98 value: function() { 103 value: function() {
99 104
100 } 105 }
101 }, 106 },
102 107
108
103 handleMousedown: { 109 handleMousedown: {
104 value: function(e) { 110 value: function(e) {
105 e.preventDefault(); 111 e.preventDefault();