mirror of
https://github.com/konvajs/konva.git
synced 2026-03-03 08:56:15 +08:00
fix clockwise docs
This commit is contained in:
@@ -105,8 +105,8 @@
|
|||||||
* @name clockwise
|
* @name clockwise
|
||||||
* @method
|
* @method
|
||||||
* @memberof Kinetic.Arc.prototype
|
* @memberof Kinetic.Arc.prototype
|
||||||
* @param {Number} clockwise
|
* @param {Boolean} clockwise
|
||||||
* @returns {Number}
|
* @returns {Boolean}
|
||||||
* @example
|
* @example
|
||||||
* // get clockwise flag<br>
|
* // get clockwise flag<br>
|
||||||
* var clockwise = arc.clockwise();<br><br>
|
* var clockwise = arc.clockwise();<br><br>
|
||||||
|
|||||||
Reference in New Issue
Block a user