updated Shape constructor docs

This commit is contained in:
Eric Rowell 2012-07-23 22:43:04 -07:00
parent 5f7b6018fa
commit ebf324484d
2 changed files with 4 additions and 4 deletions

View File

@ -3469,8 +3469,8 @@ Kinetic.Group = Kinetic.Container.extend({
// Shape
///////////////////////////////////////////////////////////////////////
/**
* Shape constructor. Shapes are primitive objects that turn small drawings into
* objects, such as rectangles, circles, text, lines, etc.
* Shape constructor. Shapes are primitive objects such as rectangles,
* circles, text, lines, etc.
* @constructor
* @augments Kinetic.Node
* @param {Object} config

View File

@ -2,8 +2,8 @@
// Shape
///////////////////////////////////////////////////////////////////////
/**
* Shape constructor. Shapes are primitive objects that turn small drawings into
* objects, such as rectangles, circles, text, lines, etc.
* Shape constructor. Shapes are primitive objects such as rectangles,
* circles, text, lines, etc.
* @constructor
* @augments Kinetic.Node
* @param {Object} config