This commit is contained in:
ippo615
2013-10-13 15:35:29 -04:00
parent 0b4a107166
commit 6e25195fb7
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
if (type !== 'Group' && type !== 'Shape') { if (type !== 'Group' && type !== 'Shape') {
Kinetic.Util.error('You may only add groups and shapes to groups.'); Kinetic.Util.error('You may only add groups and shapes to groups.');
} }
}, }
}); });
Kinetic.Util.extend(Kinetic.Group, Kinetic.Container); Kinetic.Util.extend(Kinetic.Group, Kinetic.Container);
})(); })();

View File

@@ -1218,7 +1218,7 @@
} }
} }
}, },
/* /**
* draw both scene and hit graphs. If the node being drawn is the stage, all of the layers will be cleared and redra * draw both scene and hit graphs. If the node being drawn is the stage, all of the layers will be cleared and redra
* @method * @method
* @memberof Kinetic.Node.prototype * @memberof Kinetic.Node.prototype

View File

@@ -136,7 +136,7 @@
filterCanvas = this.filterCanvas = new Kinetic.SceneCanvas({ filterCanvas = this.filterCanvas = new Kinetic.SceneCanvas({
width: crop.width, width: crop.width,
height: crop.height, height: crop.height,
pixelRatio: 1, pixelRatio: 1
}); });
} }