added fix for IE9

This commit is contained in:
Eric Rowell
2012-03-11 15:57:57 -07:00
parent 1f0585549b
commit 5aee56ab5e
4 changed files with 33 additions and 27 deletions

View File

@@ -3,7 +3,7 @@
* http://www.kineticjs.com/
* Copyright 2012, Eric Rowell
* Licensed under the MIT or GPL Version 2 licenses.
* Date: Mar 10 2012
* Date: Mar 11 2012
*
* Copyright (C) 2011 - 2012 by Eric Rowell
*
@@ -730,7 +730,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];

File diff suppressed because one or more lines are too long