mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
Handlers are no longer passed to Tool#initialize().
This commit is contained in:
parent
4bba0a5201
commit
4daffc895a
1 changed files with 0 additions and 2 deletions
|
@ -54,8 +54,6 @@ var Tool = this.Tool = Base.extend(/** @lends Tool# */{
|
|||
this._firstMove = true;
|
||||
this._count = 0;
|
||||
this._downCount = 0;
|
||||
for (var i in handlers)
|
||||
this[i] = handlers[i];
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue