From 2107eafcde390eebbf59e829194626c488de9e29 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Mon, 5 Apr 2010 20:53:33 -0700 Subject: added hover service --- test/BrowserTest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/BrowserTest.js') diff --git a/test/BrowserTest.js b/test/BrowserTest.js index 2e630172..5254840a 100644 --- a/test/BrowserTest.js +++ b/test/BrowserTest.js @@ -3,7 +3,7 @@ BrowserTest = TestCase('BrowserTest'); BrowserTest.prototype.testUrlWatcher = function () { expectAsserts(2); var location = {href:"http://server", hash:""}; - var watcher = new Browser(location); + var watcher = new Browser(location, {}); watcher.delay = 1; watcher.watchUrl(function(url){ assertEquals('http://getangular.test', url); -- cgit v1.2.3