updated readme and Animation docs

This commit is contained in:
Eric Rowell
2012-12-21 07:53:26 -08:00
parent aa05f90ea4
commit 03834db910
2 changed files with 1 additions and 2 deletions

View File

@@ -3,7 +3,6 @@
* Stage constructor. A stage is used to contain multiple layers and handle
* animations
* @constructor
* @augments Kinetic.Container
* @param {Function} func function executed on each animation frame
* @param {Kinetic.Node} [node] node to be redrawn.  Specifying a node will improve
* draw performance.  This can be a shape, a group, a layer, or the stage.