Improve drag. This should solve the drag bug ...

This commit is contained in:
Paulo Veiga
2012-01-21 10:26:58 -03:00
parent 9748711011
commit d8e05d7ce0
3 changed files with 32 additions and 29 deletions

View File

@@ -23,7 +23,6 @@ web2d.Element = new Class({
throw "Element peer can not be null";
}
this._dispatcherByEventType = new Hash({});
if ($defined(attributes)) {
this._initialize(attributes);
}