mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-03-18 02:39:53 -04:00
Minor changes on documentation.
This commit is contained in:
parent
2230c2888d
commit
5140e8f003
3 changed files with 11 additions and 2 deletions
|
@ -168,6 +168,15 @@ var Project = this.Project = PaperScopeItem.extend(/** @lends Project# */{
|
|||
return items;
|
||||
},
|
||||
|
||||
// DOCS: Project#options
|
||||
/**
|
||||
* <b>options.handleSize:</b>
|
||||
* <b>options.hitTolerance:</b>
|
||||
*
|
||||
* @name Project#options
|
||||
* @type Object
|
||||
*/
|
||||
|
||||
// TODO: Implement setSelectedItems?
|
||||
|
||||
_updateSelection: function(item) {
|
||||
|
|
Loading…
Reference in a new issue