updated documentation

This commit is contained in:
Eric Rowell 2012-03-11 16:07:14 -07:00
parent 6093c7ca73
commit 2379646cee
2 changed files with 2 additions and 2 deletions

View File

@ -1540,7 +1540,7 @@ Kinetic.Shape = function(config) {
*/
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
* user created layer that contains the shape. When the event detection
* engine is determining whether or not an event has occured on that shape,

View File

@ -31,7 +31,7 @@ Kinetic.Shape = function(config) {
*/
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
* user created layer that contains the shape. When the event detection
* engine is determining whether or not an event has occured on that shape,