Home
last modified time | relevance | path

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

/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
Dfirebug-lite-debug.js3433 function EventCopy(event) class
3445 this.EventCopy = EventCopy;
16538 return new EventCopy(event);
/plugin/webcode/vendor/
Dfirebug-lite-1.4.js1239 function EventCopy(event){for(var name in event){try{this[name]=event[name] class
1240 }catch(exc){}}}this.EventCopy=EventCopy;
4405 },copyEvent:function(event){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] class
1251 }catch(exc){}}}this.EventCopy=EventCopy;
4416 },copyEvent:function(event){return new EventCopy(event)