Minor changes on documentation.

This commit is contained in:
Jürg Lehni 2013-03-01 20:24:26 -08:00
parent 2230c2888d
commit 5140e8f003
3 changed files with 11 additions and 2 deletions

View file

@ -168,6 +168,15 @@ var Project = this.Project = PaperScopeItem.extend(/** @lends Project# */{
return items; return items;
}, },
// DOCS: Project#options
/**
* <b>options.handleSize:</b>
* <b>options.hitTolerance:</b>
*
* @name Project#options
* @type Object
*/
// TODO: Implement setSelectedItems? // TODO: Implement setSelectedItems?
_updateSelection: function(item) { _updateSelection: function(item) {