mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -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() {
|
toString: function() {
|
||||||
return '{ type: ' + type
|
return '{ type: ' + this.type
|
||||||
+ ', point: ' + this.point
|
+ ', point: ' + this.point
|
||||||
+ ', count: ' + this.count
|
+ ', count: ' + this.count
|
||||||
+ ', modifiers: ' + this.modifiers
|
+ ', modifiers: ' + this.modifiers
|
||||||
|
|
Loading…
Reference in a new issue