fix console.log calling for non-firebug environments
This commit is contained in:
parent
e66bc8ca54
commit
d3c9a28c25
1 changed files with 1 additions and 1 deletions
|
|
@ -1578,4 +1578,4 @@ function testMithril(mock) {
|
|||
//mocks
|
||||
testMithril(mock.window)
|
||||
|
||||
test.print(console.log)
|
||||
test.print(function(value) {console.log(value)})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue