fix tests after merge conflict

This commit is contained in:
Leo Horie 2016-05-20 22:50:52 -04:00
parent acd9d5b641
commit b1e8f61c87
3 changed files with 3 additions and 49 deletions

View file

@ -16,7 +16,7 @@ o.spec("m.mount", function() {
root = $window.document.body
renderers = []
mount = createMounter($window, renderers)
mount = apiMounter($window, renderers)
})
o("pushes a render function", function() {
@ -31,7 +31,7 @@ o.spec("m.mount", function() {
})
o("renders into `root`", function() {
var mount = createMounter($window, [])
var mount = apiMounter($window, [])
mount(root, {
view : function() {