mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
ToolEvent: fix small mistake.
This commit is contained in:
parent
30fef4d147
commit
3c22aedfbb
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ ToolEvent = Base.extend({
|
|||
},
|
||||
|
||||
toString: function() {
|
||||
return '{ type: ' + type
|
||||
return '{ type: ' + this.type
|
||||
+ ', point: ' + this.point
|
||||
+ ', count: ' + this.count
|
||||
+ ', modifiers: ' + this.modifiers
|
||||
|
|
Loading…
Reference in a new issue