From 0dd96d8080e842dadf3412e0b0f6a46e098fde17 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 6 Dec 2013 21:17:39 +0100 Subject: [PATCH] use Ox.$ and .on --- source/Ox.UI/js/Form/Input.js | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/source/Ox.UI/js/Form/Input.js b/source/Ox.UI/js/Form/Input.js index 9d068e8c..25d6bc38 100644 --- a/source/Ox.UI/js/Form/Input.js +++ b/source/Ox.UI/js/Form/Input.js @@ -270,7 +270,7 @@ Ox.Input = function(options, self) { .appendTo(that); } - self.$input = $(self.options.type == 'textarea' ? '