continued working on Shape docs

This commit is contained in:
Eric Rowell
2014-01-11 20:54:57 -08:00
parent 0e0c92da18
commit 2c5f332706
2 changed files with 169 additions and 178 deletions

View File

@@ -1528,7 +1528,7 @@
* // set position<br>
* node.position({<br>
* x: 5<br>
* y: 10
* y: 10<br>
* });
*/
@@ -1882,7 +1882,7 @@
* node.filters([<br>
* Kinetic.Filters.Blur,<br>
* Kinetic.Filters.Sepia,<br>
* Kinetic.Filters.Invert
* Kinetic.Filters.Invert<br>
* ]);
*/