diff --git a/src/tool/ToolEvent.js b/src/tool/ToolEvent.js index f4a36844..42cb48f4 100644 --- a/src/tool/ToolEvent.js +++ b/src/tool/ToolEvent.js @@ -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