From a004d487c4bb48b2bec19b60bc5ddc5244029be5 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Fri, 4 Feb 2011 16:42:21 -0800 Subject: allow jquery to be declared after angular in the script loading order --- test/testabilityPatch.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/testabilityPatch.js b/test/testabilityPatch.js index e0086b8a..32272a4d 100644 --- a/test/testabilityPatch.js +++ b/test/testabilityPatch.js @@ -26,6 +26,8 @@ if (window.jstestdriver) { beforeEach(function(){ // This is to reset parsers global cache of expressions. compileCache = {}; + // reset to jQuery or default to us. + bindJQuery(); this.addMatchers({ toBeInvalid: function(){ var element = jqLite(this.actual); -- cgit v1.2.3