diff --git a/src/DragAndDrop.js b/src/DragAndDrop.js index b6e62f75..55fde0df 100644 --- a/src/DragAndDrop.js +++ b/src/DragAndDrop.js @@ -222,7 +222,7 @@ * temporary top layer to improve performance. The default is true * @name setDragOnTop * @methodOf Kinetic.Node.prototype - * @param {Function} dragOnTop + * @param {Boolean} dragOnTop */ /** diff --git a/src/shapes/Wedge.js b/src/shapes/Wedge.js index 8e33df43..ed42ff5f 100644 --- a/src/shapes/Wedge.js +++ b/src/shapes/Wedge.js @@ -19,7 +19,7 @@ this.setDefaultAttrs({ radius: 0, angle: 0, - clickwise: true + clockwise: false }); // call super constructor @@ -74,7 +74,7 @@ /** * set clockwise draw direction. If set to true, the wedge will be drawn clockwise - * If set to false, the wedge will be drawn anti-clockwise. The default is true. + * If set to false, the wedge will be drawn anti-clockwise. The default is false. * @name setClockwise * @methodOf Kinetic.Wedge.prototype * @param {Boolean} clockwise