updateView is now called on binder instead of scope

This commit is contained in:
Misko Hevery
2010-02-04 15:04:28 -08:00
parent 9f919c42f0
commit 251fab4029
5 changed files with 59 additions and 54 deletions

View File

@@ -135,3 +135,6 @@ function assertThrows(error, fn){
}
assertEquals(error, exception);
}
log = noop;
error = noop;