moving setKey under play options in the torquelayer

This commit is contained in:
Andrew Hill 2013-08-20 17:18:45 -04:00
parent d30cf732a6
commit 765c3f25a7

View File

@ -62,9 +62,7 @@ The core class of the Torque library - it is used to create a torque layer with
| Method | options | returns | Description |
|-----------|:-----------|:----------|:---------------------------------------|
| ```js
setTime(numeric)
``` | ```time``` | ```this``` | sets the animation to the step indicated by ```time```, must be between 0 and N where N equals the number of steps|
| ```js setTime(numeric)``` | ```time``` | ```this``` | sets the animation to the step indicated by ```time```, must be between 0 and N where N equals the number of steps|