From 04343eda8c2f870b0da55cfdc8003c99fe1cc4de Mon Sep 17 00:00:00 2001 From: Kris Kowal Date: Fri, 6 Jul 2012 11:53:10 -0700 Subject: Remove trailing spaces --- node_modules/montage/ui/input-checkbox.reel/input-checkbox.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'node_modules/montage/ui/input-checkbox.reel/input-checkbox.js') diff --git a/node_modules/montage/ui/input-checkbox.reel/input-checkbox.js b/node_modules/montage/ui/input-checkbox.reel/input-checkbox.js index d0c32821..b446d7b9 100644 --- a/node_modules/montage/ui/input-checkbox.reel/input-checkbox.js +++ b/node_modules/montage/ui/input-checkbox.reel/input-checkbox.js @@ -30,20 +30,20 @@ POSSIBILITY OF SUCH DAMAGE. /*global require,exports */ var Montage = require("montage").Montage, Component = require("ui/component").Component, - NativeInputCheckbox = require("ui/native/input-checkbox.reel").InputCheckbox; - + NativeInputCheckbox = require("ui/native/input-checkbox.reel").InputCheckbox; + /** * Input Checkbox */ exports.InputCheckbox = Montage.create(NativeInputCheckbox, { - + hasTemplate: {value: true}, - + didSetElement: { value: function() { NativeInputCheckbox.didSetElement.call(this); this['class'] = (this['class'] || '') + ' montage-inputCheckbox'; } } - + }); -- cgit v1.2.3