Remove trailing comma in ToolEvent.

This commit is contained in:
Jonathan Puckey 2011-02-20 21:22:31 +01:00
parent f83309d6b7
commit 51ab66b0f8

View file

@ -202,7 +202,7 @@ ToolEvent = Base.extend({
this.tool.count = count; this.tool.count = count;
break; break;
} }
}, }
// TODO: implement hitTest first // TODO: implement hitTest first
// getItem: function() { // getItem: function() {