aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMisko Hevery2010-02-09 13:13:18 -0800
committerMisko Hevery2010-02-09 13:13:18 -0800
commit799d72931a5a01de74bba69d8a6638cd57cec315 (patch)
treea8913e7a7322644c482ebff7471afa9d2e4f921d /test
parent9d566a0cd0225685efb192c195280b6857628d32 (diff)
downloadangular.js-799d72931a5a01de74bba69d8a6638cd57cec315.tar.bz2
added onUpdateView listener for config
Diffstat (limited to 'test')
-rw-r--r--test/AngularTest.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/AngularTest.js b/test/AngularTest.js
index a9146adf..8db723e5 100644
--- a/test/AngularTest.js
+++ b/test/AngularTest.js
@@ -1,6 +1,5 @@
AngularTest = TestCase('AngularTest');
-
UrlWatcherTest = TestCase('UrlWatcherTest');
UrlWatcherTest.prototype.testUrlWatcher = function () {
@@ -42,4 +41,4 @@ FunctionTest = TestCase("FunctionTest");
FunctionTest.prototype.testEscapeHtml = function () {
assertEquals("&lt;div&gt;&amp;amp;&lt;/div&gt;", escapeHtml('<div>&amp;</div>'));
-}; \ No newline at end of file
+};