From 648ee61ae84216d0236e0dbc211addc13b2cfa3a Mon Sep 17 00:00:00 2001 From: Kris Kowal Date: Fri, 6 Jul 2012 11:52:06 -0700 Subject: Expand tabs --- .../ui/native/input-number.reel/input-number.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'node_modules/montage/ui/native/input-number.reel/input-number.js') diff --git a/node_modules/montage/ui/native/input-number.reel/input-number.js b/node_modules/montage/ui/native/input-number.reel/input-number.js index 33700b92..f0f88bb6 100644 --- a/node_modules/montage/ui/native/input-number.reel/input-number.js +++ b/node_modules/montage/ui/native/input-number.reel/input-number.js @@ -50,23 +50,23 @@ var InputNumber = exports.InputNumber = Montage.create(TextInput, { InputNumber.addAttributes(/** @lends module:"montage/ui/input-number.reel".InputNumber */{ /** - The maximum value displayed but the number control. - @type {number} - @default null + The maximum value displayed but the number control. + @type {number} + @default null */ max: {dataType: 'number'}, /** - The minimum value displayed but the number control. - @type {number} - @default null + The minimum value displayed but the number control. + @type {number} + @default null */ min: {dataType: 'number'}, /** - The amount the number changes with each step. - @type {number} - @default null + The amount the number changes with each step. + @type {number} + @default null */ step: null // number or 'any' }); -- cgit v1.2.3