Fix getStrokeColor -> getStroke in Shape docs.

This commit is contained in:
Caleb Troughton 2012-07-23 11:35:06 +08:00
parent da7429fb7b
commit 0a1d632900

View File

@ -399,7 +399,7 @@ Kinetic.Node.addGettersSetters(Kinetic.Shape, ['fill', 'stroke', 'lineJoin', 'st
/**
* get stroke color
* @name getStrokeColor
* @name getStroke
* @methodOf Kinetic.Shape.prototype
*/