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
/////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////
/** /**
* Shape constructor. Shapes are primitive objects that turn small drawings into * Shape constructor. Shapes are primitive objects such as rectangles,
* objects, such as rectangles, circles, text, lines, etc. * circles, text, lines, etc.
* @constructor * @constructor
* @augments Kinetic.Node * @augments Kinetic.Node
* @param {Object} config * @param {Object} config

View File

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