aboutsummaryrefslogtreecommitdiffstats
path: root/test/BinderTest.js
diff options
context:
space:
mode:
authorMisko Hevery2010-03-22 18:20:49 -0700
committerMisko Hevery2010-03-22 18:20:49 -0700
commit7c87c17d08dbba318af1a149c0bbedb696b03458 (patch)
tree4971b6aa32270f257084f149e5a8e005ce69b0af /test/BinderTest.js
parent6f8276a8e3735396999bd158005ca86bb1bb0978 (diff)
downloadangular.js-7c87c17d08dbba318af1a149c0bbedb696b03458.tar.bz2
upgraded jquery to 1.4.2 and made ng-action work with jquery
Diffstat (limited to 'test/BinderTest.js')
-rw-r--r--test/BinderTest.js1
1 files changed, 0 insertions, 1 deletions
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');