updated constructor documentation to comply with new "object literals" rule

This commit is contained in:
Dieter Luypaert
2014-02-10 20:49:13 +01:00
parent 02acf9b2ba
commit fbd4a4a330

View File

@@ -8,7 +8,7 @@
* @constructor
* @augments Kinetic.Shape
* @param {Object} config
* @param {Number|Array|Object} config.radius defines x and y radius
* @param {Object} config.radius defines x and y radius
* @@ShapeParams
* @@NodeParams
*/