aboutsummaryrefslogtreecommitdiffstats
path: root/test/testabilityPatch.js
diff options
context:
space:
mode:
authorMisko Hevery2010-02-04 15:04:28 -0800
committerMisko Hevery2010-02-04 15:04:28 -0800
commit251fab40291183c8e50ea0fabd23c30341cc72d3 (patch)
tree672e7496d5c6ba71dba8ab9d7c176bf534451e40 /test/testabilityPatch.js
parent9f919c42f0885e39870195fab8ce2a22621119b7 (diff)
downloadangular.js-251fab40291183c8e50ea0fabd23c30341cc72d3.tar.bz2
updateView is now called on binder instead of scope
Diffstat (limited to 'test/testabilityPatch.js')
-rw-r--r--test/testabilityPatch.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/testabilityPatch.js b/test/testabilityPatch.js
index cb1432f7..293553da 100644
--- a/test/testabilityPatch.js
+++ b/test/testabilityPatch.js
@@ -135,3 +135,6 @@ function assertThrows(error, fn){
}
assertEquals(error, exception);
}
+
+log = noop;
+error = noop; \ No newline at end of file