diff options
Diffstat (limited to 'js/panels/css-panel/css-style.reel')
-rw-r--r-- | js/panels/css-panel/css-style.reel/css-style.html | 2 | ||||
-rw-r--r-- | js/panels/css-panel/css-style.reel/css-style.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/js/panels/css-panel/css-style.reel/css-style.html b/js/panels/css-panel/css-style.reel/css-style.html index 55e162b0..87f7d519 100644 --- a/js/panels/css-panel/css-style.reel/css-style.html +++ b/js/panels/css-panel/css-style.reel/css-style.html | |||
@@ -1,4 +1,4 @@ | |||
1 | <!DOCTYPE html> | 1 | <!doctype html> |
2 | <!-- <copyright> | 2 | <!-- <copyright> |
3 | Copyright (c) 2012, Motorola Mobility, Inc | 3 | Copyright (c) 2012, Motorola Mobility, Inc |
4 | All Rights Reserved. | 4 | All Rights Reserved. |
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); |