From ebf324484d3e84fb03d2705bb7d4882ccfbbae54 Mon Sep 17 00:00:00 2001 From: Eric Rowell Date: Mon, 23 Jul 2012 22:43:04 -0700 Subject: [PATCH] updated Shape constructor docs --- dist/kinetic-core.js | 4 ++-- src/Shape.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/kinetic-core.js b/dist/kinetic-core.js index abd6ff57..0b6aa9e6 100644 --- a/dist/kinetic-core.js +++ b/dist/kinetic-core.js @@ -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 diff --git a/src/Shape.js b/src/Shape.js index 924a0da5..63088547 100644 --- a/src/Shape.js +++ b/src/Shape.js @@ -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