diff options
Diffstat (limited to 'js/components/button.reel')
-rwxr-xr-x[-rw-r--r--] | js/components/button.reel/button.css | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | js/components/button.reel/button.html | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | js/components/button.reel/button.js | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/js/components/button.reel/button.css b/js/components/button.reel/button.css index f50a9873..f50a9873 100644..100755 --- a/js/components/button.reel/button.css +++ b/js/components/button.reel/button.css | |||
diff --git a/js/components/button.reel/button.html b/js/components/button.reel/button.html index d0398a6a..d0398a6a 100644..100755 --- a/js/components/button.reel/button.html +++ b/js/components/button.reel/button.html | |||
diff --git a/js/components/button.reel/button.js b/js/components/button.reel/button.js index ce5ac1af..2d26c8b4 100644..100755 --- a/js/components/button.reel/button.js +++ b/js/components/button.reel/button.js | |||
@@ -179,7 +179,7 @@ var Button = exports.Button = Montage.create(Component, { | |||
179 | value: function() { | 179 | value: function() { |
180 | if(this.isToggleButton) | 180 | if(this.isToggleButton) |
181 | { | 181 | { |
182 | if(this._value) | 182 | if(this._value === true) |
183 | { | 183 | { |
184 | this.element.classList.remove(this.offState); | 184 | this.element.classList.remove(this.offState); |
185 | this.element.classList.add(this.onState); | 185 | this.element.classList.add(this.onState); |