Searched refs:EventCopy (Results 1 – 3 of 3) sorted by relevance
1239 function EventCopy(event){for(var name in event){try{this[name]=event[name] function1240 }catch(exc){}}}this.EventCopy=EventCopy;4405 },copyEvent:function(event){return new EventCopy(event)
3433 function EventCopy(event) function3445 this.EventCopy = EventCopy;16538 return new EventCopy(event);
1250 function EventCopy(event){for(var name in event){try{this[name]=event[name] function 1251 }catch(exc){}}}this.EventCopy=EventCopy;1324 }else{if(this.instanceOf(object,"Event")||this.instanceOf(object,"EventCopy")){return domMemberCache.Event4416 },copyEvent:function(event){return new EventCopy(event)4417 },className:"object",supportsObject:function(object){return instanceOf(object,"Event")||instanceOf(object,"EventCopy")