Skip to content

Commit

Permalink
updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdrowell committed Mar 11, 2012
1 parent 6093c7c commit 2379646
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/kinetic-core.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -1540,7 +1540,7 @@ Kinetic.Shape = function(config) {
*/ */
Kinetic.Shape.prototype = { Kinetic.Shape.prototype = {
/** /**
* get layer context that the shape is being drawn. When * get layer context where the shape is being drawn. When
* the shape is being rendered, .getContext() returns the context of the * the shape is being rendered, .getContext() returns the context of the
* user created layer that contains the shape. When the event detection * user created layer that contains the shape. When the event detection
* engine is determining whether or not an event has occured on that shape, * engine is determining whether or not an event has occured on that shape,
Expand Down
2 changes: 1 addition & 1 deletion src/Shape.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Kinetic.Shape = function(config) {
*/ */
Kinetic.Shape.prototype = { Kinetic.Shape.prototype = {
/** /**
* get layer context that the shape is being drawn. When * get layer context where the shape is being drawn. When
* the shape is being rendered, .getContext() returns the context of the * the shape is being rendered, .getContext() returns the context of the
* user created layer that contains the shape. When the event detection * user created layer that contains the shape. When the event detection
* engine is determining whether or not an event has occured on that shape, * engine is determining whether or not an event has occured on that shape,
Expand Down

0 comments on commit 2379646

Please sign in to comment.