mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
Export ToolEvent too.
This commit is contained in:
parent
26caf099ca
commit
6d8c7787bd
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
* @author lehni
|
||||
*/
|
||||
ToolEvent = Base.extend({
|
||||
var ToolEvent = this.ToolEvent = Base.extend({
|
||||
beans: true,
|
||||
|
||||
initialize: function(tool, type, modifiers) {
|
||||
|
|
Loading…
Reference in a new issue