From 648ee61ae84216d0236e0dbc211addc13b2cfa3a Mon Sep 17 00:00:00 2001 From: Kris Kowal Date: Fri, 6 Jul 2012 11:52:06 -0700 Subject: Expand tabs --- .../montage/ui/native/input-date.reel/input-date.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'node_modules/montage/ui/native/input-date.reel/input-date.js') diff --git a/node_modules/montage/ui/native/input-date.reel/input-date.js b/node_modules/montage/ui/native/input-date.reel/input-date.js index 6af953e6..44dc964f 100644 --- a/node_modules/montage/ui/native/input-date.reel/input-date.js +++ b/node_modules/montage/ui/native/input-date.reel/input-date.js @@ -39,7 +39,7 @@ var Montage = require("montage").Montage, TextInput = require("ui/text-input").TextInput; /** - Wraps an <input type="date"> element as a component. + Wraps an <input type="date"> element as a component. @class module:"montage/ui/input-date.reel".InputDate @extends module:montage/ui/text-input.TextInput */ @@ -49,22 +49,22 @@ var InputDate = exports.InputDate = Montage.create(TextInput, { InputDate.addAttributes( /** @lends module:"montage/ui/input-date.reel".InputDate# */{ /** - The upper bound for the element’s value represented in the "full-date" format, (for example, 2001-05-24). - @type {string} - @default: null + The upper bound for the element’s value represented in the "full-date" format, (for example, 2001-05-24). + @type {string} + @default: null */ max: null, /** - The lower bound for the element’s value represented in the "full-date" format, (for example, 2001-05-24). - @type {string} - @default: null + The lower bound for the element’s value represented in the "full-date" format, (for example, 2001-05-24). + @type {string} + @default: null */ min: null, /** - The amount the date changes with each step. - @type {string|number} - @default null + The amount the date changes with each step. + @type {string|number} + @default null */ step: null }); -- cgit v1.2.3