mirror of
https://github.com/konvajs/konva.git
synced 2025-11-08 10:34:46 +08:00
console.warn() was failing in IE9 running on Windows7 64bit. changed check to window.console
This commit is contained in:
@@ -4112,7 +4112,7 @@ Test.prototype.tests = {
|
||||
layer.add(circle);
|
||||
stage.add(layer);
|
||||
},
|
||||
'*NODE - test isListening': function(containerId) {
|
||||
'NODE - test isListening': function(containerId) {
|
||||
var stage = new Kinetic.Stage({
|
||||
container: containerId,
|
||||
width: 578,
|
||||
|
||||
Reference in New Issue
Block a user