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
* @augments Kinetic.Container
* @param {Object} config
* @param {Boolean} [config.clearBeforeDraw] set this property to true if you'd like to disable
* canvas clearing before each new layer draw
*
*
* @param {Boolean} [config.clearBeforeDraw] set this property to false if you don't want
* to clear the canvas before each layer draw. The default value is true.
*
* @param {Number} [config.x]
* @param {Number} [config.y]