aboutsummaryrefslogtreecommitdiffstats
path: root/test/LoaderTest.js
diff options
context:
space:
mode:
authorMisko Hevery2010-01-11 16:15:12 -0800
committerMisko Hevery2010-01-11 16:15:12 -0800
commit1a42a3fab99ca02af0476f5a87175c53104aa2e3 (patch)
treedef5eb17d459d8d3ace81fece12a087d0651c2bc /test/LoaderTest.js
parent1aba6b53b88c70b61a0cc991b1371739305d117b (diff)
downloadangular.js-1a42a3fab99ca02af0476f5a87175c53104aa2e3.tar.bz2
green
Diffstat (limited to 'test/LoaderTest.js')
-rw-r--r--test/LoaderTest.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/LoaderTest.js b/test/LoaderTest.js
index 88ae3efa..a474c8a4 100644
--- a/test/LoaderTest.js
+++ b/test/LoaderTest.js
@@ -50,8 +50,8 @@ UrlWatcherTest.prototype.testItShouldFireOnUpdateEventWhenSpecialURLSet = functi
expectAsserts(2);
var location = {href:"http://server", hash:"#$iframe_notify=1234"};
var watcher = new UrlWatcher(location);
- callbacks._iframe_notify_1234 = function () {
- assertEquals("undefined", typeof callbacks._iframe_notify_1234);
+ angular.callbacks._iframe_notify_1234 = function () {
+ assertEquals("undefined", typeof angularCallbacks._iframe_notify_1234);
assertEquals("http://server2#", location.href);
};
watcher.delay = 1;