Merge pull request #55 from imakewebthings/patch-1

Fix getStrokeColor -> getStroke in Shape docs.
This commit is contained in:
ericdrowell 2012-07-22 21:03:34 -07:00
commit f7e233100a

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
*/