Home
last modified time | relevance | path

Searched refs:EventCopy (Results 1 – 3 of 3) sorted by relevance

/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js1239 function EventCopy(event){for(var name in event){try{this[name]=event[name] function
1240 }catch(exc){}}}this.EventCopy=EventCopy;
4405 },copyEvent:function(event){return new EventCopy(event)
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js3433 function EventCopy(event) function
3445 this.EventCopy = EventCopy;
16538 return new EventCopy(event);
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js1250 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.Event
4416 },copyEvent:function(event){return new EventCopy(event)
4417 },className:"object",supportsObject:function(object){return instanceOf(object,"Event")||instanceOf(object,"EventCopy")