diff options
author | Kris Kowal | 2012-07-06 11:53:10 -0700 |
---|---|---|
committer | Kris Kowal | 2012-07-06 15:01:48 -0700 |
commit | 04343eda8c2f870b0da55cfdc8003c99fe1cc4de (patch) | |
tree | 0a6048889b65bb16ff58822e55bc1346e9eb07bd /js/panels/css-panel/css-style.reel | |
parent | 648ee61ae84216d0236e0dbc211addc13b2cfa3a (diff) | |
download | ninja-04343eda8c2f870b0da55cfdc8003c99fe1cc4de.tar.gz |
Remove trailing spaces
Diffstat (limited to 'js/panels/css-panel/css-style.reel')
-rw-r--r-- | js/panels/css-panel/css-style.reel/css-style.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/panels/css-panel/css-style.reel/css-style.js b/js/panels/css-panel/css-style.reel/css-style.js index e0b24b58..cc41ca23 100644 --- a/js/panels/css-panel/css-style.reel/css-style.js +++ b/js/panels/css-panel/css-style.reel/css-style.js | |||
@@ -337,7 +337,7 @@ exports.CssStyle = Montage.create(Component, { | |||
337 | } else if (value !== '0') { | 337 | } else if (value !== '0') { |
338 | this.units = units; | 338 | this.units = units; |
339 | } | 339 | } |
340 | 340 | ||
341 | this.valueField.value = value; | 341 | this.valueField.value = value; |
342 | 342 | ||
343 | this.delegate.handleValueChange(rule, property, value, this); | 343 | this.delegate.handleValueChange(rule, property, value, this); |