mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Added missing apostrophe.
Closes https://github.com/paperjs/paperjs.org/pull/25
This commit is contained in:
parent
1f822b1faa
commit
4281800585
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ var MouseEvent = Event.extend(/** @lends MouseEvent# */{
|
|||
* @name MouseEvent#type
|
||||
* @type String
|
||||
* @values 'mousedown', 'mouseup', 'mousedrag', 'click', 'doubleclick',
|
||||
* 'mousemove', 'mouseenter', mouseleave'
|
||||
* 'mousemove', 'mouseenter', 'mouseleave'
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue