mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-07 13:22:07 -05:00
Documentation: Add @lends to ToolHandler to stop it bleeding into the ToolEvent documentation.
This commit is contained in:
parent
a5bf23e33e
commit
3247527c8d
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@
|
|||
*/
|
||||
|
||||
var ToolHandler = this.ToolHandler = Base.extend({
|
||||
/** @lends ToolHandler# */
|
||||
|
||||
beans: true,
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue