Fix event fore.

This commit is contained in:
Paulo Gustavo Veiga 2014-03-05 00:38:03 -03:00
parent dea5b727ac
commit 892c939376

View File

@ -90,7 +90,7 @@ web2d.peer.svg.ElementPeer = new Class({
},
fireEvent:function (type, event) {
this._native.fireEvent(type, event);
$(this._native).toggle(type, event);
},
cloneEvents:function (from) {