From 4779f3117153563416e522e4d6d9b6cc9e65e3f3 Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 7 Dec 2013 15:07:39 +0100 Subject: [PATCH] fix Ox.Input (can't use Ox.$ yet) --- 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 299802ad..fecd4e8b 100644 --- a/source/Ox.UI/js/Form/Input.js +++ b/source/Ox.UI/js/Form/Input.js @@ -272,7 +272,7 @@ Ox.Input = function(options, self) { .appendTo(that); } - self.$input = Ox.$(self.options.type == 'textarea' ? '