clean tests and adding docs

This commit is contained in:
Лаврёнов Антон
2014-09-24 10:26:42 +08:00
parent 7a2173dd7f
commit 7f7fb652da
4 changed files with 33 additions and 31 deletions

View File

@@ -1667,6 +1667,9 @@
*
* // set name
* node.name('foo');
*
* // also node may have multiple names (as css classes)
* node.name('foo bar');
*/
Kinetic.Factory.addGetter(Kinetic.Node, 'id');