Skip to content

Commit

Permalink
updated Shape constructor docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdrowell committed Jul 24, 2012
1 parent 5f7b601 commit ebf3244
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/kinetic-core.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/Shape.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ebf3244

Please sign in to comment.