ToolEvent: fix small mistake.

This commit is contained in:
Jonathan Puckey 2011-02-14 23:41:47 +01:00
parent 30fef4d147
commit 3c22aedfbb

View file

@ -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