Home
last modified time | relevance | path

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

/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js4990 var updateXHRPropertiesIgnore={channel:1,onreadystatechange:1,readyState:1,responseBody:1,responseT… class in AnonymousFunctionf1d9e84c19400
4991 …RProperties=function(){for(var propName in self){if(propName in updateXHRPropertiesIgnore){continue
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js18775 var updateXHRPropertiesIgnore = { class in AnonymousFunction7f0ac55719600
18791 if (propName in updateXHRPropertiesIgnore)
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js5001 var updateXHRPropertiesIgnore={channel:1,onreadystatechange:1,readyState:1,responseBody:1,responseText:1,responseXML:1,status:1,statusText:1,upload:1}; class in AnonymousFunction4beb612319900.XMLHttpRequestWrapper
5002 var updateXHRProperties=function(){for(var propName in self){if(propName in updateXHRPropertiesIgnore){continue