find returns Collection

This commit is contained in:
Лаврёнов Антон
2014-01-13 01:07:06 +08:00
parent a8adef8927
commit 90dd146c47

View File

@@ -87,6 +87,7 @@
* @method * @method
* @memberof Kinetic.Container.prototype * @memberof Kinetic.Container.prototype
* @param {String} selector * @param {String} selector
* @returns {Collection}
* @example * @example
* // select node with id foo<br> * // select node with id foo<br>
* var node = stage.find('#foo');<br><br> * var node = stage.find('#foo');<br><br>