Handlers are no longer passed to Tool#initialize().

This commit is contained in:
Jonathan Puckey 2011-07-21 00:01:33 +02:00
parent 4bba0a5201
commit 4daffc895a

View file

@ -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];
},
/**