mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Remove trailing comma in ToolEvent.
This commit is contained in:
parent
f83309d6b7
commit
51ab66b0f8
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue