From 7c87c17d08dbba318af1a149c0bbedb696b03458 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Mon, 22 Mar 2010 18:20:49 -0700 Subject: upgraded jquery to 1.4.2 and made ng-action work with jquery --- test/BinderTest.js | 1 - 1 file changed, 1 deletion(-) (limited to 'test/BinderTest.js') diff --git a/test/BinderTest.js b/test/BinderTest.js index 9ddf38ab..e37026e7 100644 --- a/test/BinderTest.js +++ b/test/BinderTest.js @@ -703,7 +703,6 @@ BinderTest.prototype.testActionOnAHrefThrowsError = function(){ var input = state.node.find('a'); input.click(); assertEquals('abc', fromJson(input.attr('ng-error')).a); - assertNotNull(input.data('qtip')); assertTrue("should have an error class", input.hasClass('ng-exception')); input.attr('ng-action', '0'); -- cgit v1.2.3