From a7466a0b8744c5ff56ea686e9a59ed81ccd1ad5c Mon Sep 17 00:00:00 2001 From: Eric Rowell Date: Sun, 6 Jan 2013 09:04:10 -0800 Subject: [PATCH] updated docs --- src/Shape.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Shape.js b/src/Shape.js index 570c221f..e4ccd556 100644 --- a/src/Shape.js +++ b/src/Shape.js @@ -223,7 +223,7 @@ /** * set dash array. * @name setDashArray - * @methodOf Kinetic.Line.prototype + * @methodOf Kinetic.Shape.prototype * @param {Array} dashArray * examples:
* [10, 5] dashes are 10px long and 5 pixels apart @@ -356,7 +356,7 @@ /** * get dash array * @name getDashArray - * @methodOf Kinetic.Line.prototype + * @methodOf Kinetic.Shape.prototype */ /**