From d2d98f49a77b0d791131ec9b4b7b21c51c7123c0 Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 25 Feb 2013 16:39:18 +0000 Subject: [PATCH] remove tabs --- source/Ox.UI/js/Form/Input.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Ox.UI/js/Form/Input.js b/source/Ox.UI/js/Form/Input.js index c218ab6c..c44bcc95 100644 --- a/source/Ox.UI/js/Form/Input.js +++ b/source/Ox.UI/js/Form/Input.js @@ -88,8 +88,8 @@ Ox.Input = function(options, self) { changeOnKeypress: false, clear: false, decimals: 0, - disabled: false, - height: 16, + disabled: false, + height: 16, key: '', min: -Infinity, max: Infinity,