fixed Star plugin docs

This commit is contained in:
Eric Rowell
2012-07-28 09:59:17 -07:00
parent edabaf270e
commit a67c1e70b1

View File

@@ -42,38 +42,38 @@ Kinetic.Node.addGettersSetters(Kinetic.Plugins.Star, ['numPoints', 'innerRadius'
/** /**
* set number of points * set number of points
* @name setNumPoints * @name setNumPoints
* @methodOf KineticPlugins..Star.prototype * @methodOf Kinetic.Plugins.Star.prototype
* @param {Integer} points * @param {Integer} points
*/ */
/** /**
* set outer radius * set outer radius
* @name setOuterRadius * @name setOuterRadius
* @methodOf KineticPlugins..Star.prototype * @methodOf Kinetic.Plugins.Star.prototype
* @param {Number} radius * @param {Number} radius
*/ */
/** /**
* set inner radius * set inner radius
* @name setInnerRadius * @name setInnerRadius
* @methodOf KineticPlugins..Star.prototype * @methodOf Kinetic.Plugins.Star.prototype
* @param {Number} radius * @param {Number} radius
*/ */
/** /**
* get number of points * get number of points
* @name getNumPoints * @name getNumPoints
* @methodOf KineticPlugins..Star.prototype * @methodOf Kinetic.Plugins.Star.prototype
*/ */
/** /**
* get outer radius * get outer radius
* @name getOuterRadius * @name getOuterRadius
* @methodOf KineticPlugins..Star.prototype * @methodOf Kinetic.Plugins.Star.prototype
*/ */
/** /**
* get inner radius * get inner radius
* @name getInnerRadius * @name getInnerRadius
* @methodOf KineticPlugins..Star.prototype * @methodOf Kinetic.Plugins.Star.prototype
*/ */