aboutsummaryrefslogtreecommitdiffstats
path: root/test/testabilityPatch.js
diff options
context:
space:
mode:
authorMisko Hevery2010-01-18 10:47:03 -0800
committerMisko Hevery2010-01-18 10:47:03 -0800
commit595b4ea097bcb512173b6d4a12924ea1a3d70ecd (patch)
tree24a85ee2ab41d6eb16661cf4d55443954c6c62c0 /test/testabilityPatch.js
parent27709c3f69384a7630aa336a1e73e730ea5f9790 (diff)
downloadangular.js-595b4ea097bcb512173b6d4a12924ea1a3d70ecd.tar.bz2
checkpoint for integration with angular
Diffstat (limited to 'test/testabilityPatch.js')
-rw-r--r--test/testabilityPatch.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testabilityPatch.js b/test/testabilityPatch.js
index dde21846..78ffd380 100644
--- a/test/testabilityPatch.js
+++ b/test/testabilityPatch.js
@@ -96,7 +96,7 @@ function decode64(base64){
return fromJson(Base64.decode(base64));
}
-Loader.prototype.configureJQueryPlugins();
+Angular.prototype.configureJQueryPlugins();
function assertHidden(node) {
var display = node.css('display');