Searched refs:EventCopy (Results 1 – 3 of 3) sorted by relevance
3433 function EventCopy(event) class3445 this.EventCopy = EventCopy;16538 return new EventCopy(event);
1239 function EventCopy(event){for(var name in event){try{this[name]=event[name] class1240 }catch(exc){}}}this.EventCopy=EventCopy;4405 },copyEvent:function(event){return new EventCopy(event)
1250 function EventCopy(event){for(var name in event){try{this[name]=event[name] class1251 }catch(exc){}}}this.EventCopy=EventCopy;4416 },copyEvent:function(event){return new EventCopy(event)