mirror of
https://github.com/konvajs/konva.git
synced 2026-03-03 16:58:33 +08:00
added fix for IE9
This commit is contained in:
@@ -85,7 +85,7 @@ Kinetic.Container.prototype = {
|
||||
* and then readd all the layers
|
||||
*/
|
||||
if(this.className === "Stage") {
|
||||
var canvases = this.container.childNodes;
|
||||
var canvases = this.container.children;
|
||||
var bufferCanvas = canvases[0];
|
||||
var backstageCanvas = canvases[1];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user