From e55c97debaa0ef8487ece219b6eadbc147ece1f9 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Mon, 29 Mar 2010 20:25:42 -0700 Subject: dissabled a lot of tests, and made the core test set pass. --- src/Validators.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Validators.js') diff --git a/src/Validators.js b/src/Validators.js index cdff5e1a..662145c0 100644 --- a/src/Validators.js +++ b/src/Validators.js @@ -91,12 +91,12 @@ foreach({ obj[lastKey] = text; if (state === undefined) { // we have never seen this before, Request it - jQuery(obj).addClass('ng-input-indicator-wait'); + jqLite(obj).addClass('ng-input-indicator-wait'); state = stateCache[text] = null; asynchronousFn(text, function(error){ state = stateCache[text] = error ? error : false; if (stateCache[obj[lastKey]] !== null) { - jQuery(obj).removeClass('ng-input-indicator-wait'); + jqLite(obj).removeClass('ng-input-indicator-wait'); } updateView(); }); -- cgit v1.2.3