aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/check-input.js
diff options
context:
space:
mode:
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