fixed up clearBeforeDraw() documentation

This commit is contained in:
Eric Rowell
2013-01-07 20:03:44 -08:00
parent 3a6a55d1cc
commit a283286803

View File

@@ -5,10 +5,8 @@
* @constructor * @constructor
* @augments Kinetic.Container * @augments Kinetic.Container
* @param {Object} config * @param {Object} config
* @param {Boolean} [config.clearBeforeDraw] set this property to true if you'd like to disable * @param {Boolean} [config.clearBeforeDraw] set this property to false if you don't want
* canvas clearing before each new layer draw * to clear the canvas before each layer draw. The default value is true.
*
*
* *
* @param {Number} [config.x] * @param {Number} [config.x]
* @param {Number} [config.y] * @param {Number} [config.y]