aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/bluemoon/checkbox.reel
diff options
context:
space:
mode:
authorValerio Virgillito2012-06-17 22:31:44 -0700
committerValerio Virgillito2012-06-17 22:31:44 -0700
commit8fe92b94ce5e1e2857d088752d94e19db7e3d8a8 (patch)
treed84807aae0b974b5200050972dd94da6066e363b /node_modules/montage/ui/bluemoon/checkbox.reel
parente570fc8518cf03dd03c15982edcf17c5ba0a293d (diff)
downloadninja-8fe92b94ce5e1e2857d088752d94e19db7e3d8a8.tar.gz
montage v11 merge into ninja
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'node_modules/montage/ui/bluemoon/checkbox.reel')
-rw-r--r--node_modules/montage/ui/bluemoon/checkbox.reel/checkbox.html6
-rw-r--r--node_modules/montage/ui/bluemoon/checkbox.reel/checkbox.js6
2 files changed, 6 insertions, 6 deletions
diff --git a/node_modules/montage/ui/bluemoon/checkbox.reel/checkbox.html b/node_modules/montage/ui/bluemoon/checkbox.reel/checkbox.html
index 9bbec1b7..9c54ec94 100644
--- a/node_modules/montage/ui/bluemoon/checkbox.reel/checkbox.html
+++ b/node_modules/montage/ui/bluemoon/checkbox.reel/checkbox.html
@@ -6,9 +6,9 @@
6 </copyright> --> 6 </copyright> -->
7<html> 7<html>
8<head> 8<head>
9 <title></title> 9 <meta charset="utf-8">
10 <link rel="stylesheet" type="text/css" href="checkbox.css"> 10 <link rel="stylesheet" href="checkbox.css">
11</head> 11</head>
12<body> 12<body>
13</body> 13</body>
14</html> 14</html> \ No newline at end of file
diff --git a/node_modules/montage/ui/bluemoon/checkbox.reel/checkbox.js b/node_modules/montage/ui/bluemoon/checkbox.reel/checkbox.js
index 58e5154d..eec8a476 100644
--- a/node_modules/montage/ui/bluemoon/checkbox.reel/checkbox.js
+++ b/node_modules/montage/ui/bluemoon/checkbox.reel/checkbox.js
@@ -4,17 +4,17 @@
4 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. 4 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
5 </copyright> */ 5 </copyright> */
6/** 6/**
7 @module "montage/ui/bluemoon/checkbox.reel" 7 @module "montage/ui/bluemoon/input-checkbox.reel"
8 @requires montage/core/core 8 @requires montage/core/core
9 @requires montage/ui/component 9 @requires montage/ui/component
10*/ 10*/
11var Montage = require("montage").Montage, 11var Montage = require("montage").Montage,
12 Component = require("ui/component").Component; 12 Component = require("ui/component").Component;
13/** 13/**
14 @class module:"montage/ui/bluemoon/checkbox.reel".Checkbox 14 @class module:"montage/ui/bluemoon/input-checkbox.reel".Checkbox
15 @extends module:montage/ui/component.Component 15 @extends module:montage/ui/component.Component
16*/ 16*/
17exports.Checkbox = Montage.create(Component,/** @lends "module:montage/ui/bluemoon/checkbox.reel".Checkbox# */ { 17exports.Checkbox = Montage.create(Component,/** @lends "module:montage/ui/bluemoon/input-checkbox.reel".Checkbox# */ {
18 // Configuration 18 // Configuration
19 /** 19 /**
20 The distance (squared) beyond which a touch will be considered. 20 The distance (squared) beyond which a touch will be considered.