diff --git a/src/Group.js b/src/Group.js index 3b39cd62..4e15273e 100644 --- a/src/Group.js +++ b/src/Group.js @@ -10,7 +10,7 @@ if (type !== 'Group' && type !== 'Shape') { Kinetic.Util.error('You may only add groups and shapes to groups.'); } - }, + } }); Kinetic.Util.extend(Kinetic.Group, Kinetic.Container); })(); diff --git a/src/Node.js b/src/Node.js index 1e845319..12df7475 100644 --- a/src/Node.js +++ b/src/Node.js @@ -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 * @method * @memberof Kinetic.Node.prototype diff --git a/src/shapes/Image.js b/src/shapes/Image.js index 558789f2..1da6755b 100644 --- a/src/shapes/Image.js +++ b/src/shapes/Image.js @@ -136,7 +136,7 @@ filterCanvas = this.filterCanvas = new Kinetic.SceneCanvas({ width: crop.width, height: crop.height, - pixelRatio: 1, + pixelRatio: 1 }); }