aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/check-input.js
diff options
context:
space:
mode:
authorValerio Virgillito2012-03-08 13:56:09 -0800
committerValerio Virgillito2012-03-08 13:56:09 -0800
commit22a66cb6e243a3f1c867b62e3942fd2e828019d9 (patch)
tree4b2f8bf0d8306964f35435dac3d1f6592b3dee19 /node_modules/montage/ui/check-input.js
parentcef07085443b7c31e878daaad083b7408c57e104 (diff)
downloadninja-22a66cb6e243a3f1c867b62e3942fd2e828019d9.tar.gz
integrating v0.7 montage into ninja
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'node_modules/montage/ui/check-input.js')
-rw-r--r--node_modules/montage/ui/check-input.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/montage/ui/check-input.js b/node_modules/montage/ui/check-input.js
index 42538c02..1621eb45 100644
--- a/node_modules/montage/ui/check-input.js
+++ b/node_modules/montage/ui/check-input.js
@@ -69,7 +69,7 @@ var CheckInput = exports.CheckInput = Montage.create(NativeControl, {
69 Stores if we need to fake checking. 69 Stores if we need to fake checking.
70 70
71 When preventDefault is called on touchstart and touchend events (e.g. by 71 When preventDefault is called on touchstart and touchend events (e.g. by
72 the scrollview component) the checkbox doesn't check itself, so we need 72 the scroller component) the checkbox doesn't check itself, so we need
73 to fake it later. 73 to fake it later.
74 74
75 @default false 75 @default false