xzed
Results
1
issues of
xzed
I fire an Event with Eve: ``` eve("test.a"); ``` if I have an Eve EventHandler in which Element.attr() is called: ``` eve.on("test.*",function(){ console.log('#1',evt.nt()); circle.attr('r',20); // circle is defined somewhere else...