fix clockwise docs

This commit is contained in:
Лаврёнов Антон 2014-03-05 16:37:32 +08:00
parent 347e4d697f
commit 9e51e22711

View File

@ -105,8 +105,8 @@
* @name clockwise
* @method
* @memberof Kinetic.Arc.prototype
* @param {Number} clockwise
* @returns {Number}
* @param {Boolean} clockwise
* @returns {Boolean}
* @example
* // get clockwise flag<br>
* var clockwise = arc.clockwise();<br><br>