Searched refs:updateXHRPropertiesIgnore (Results 1 – 3 of 3) sorted by relevance
/plugin/webcode/vendor/ |
H A D | firebug-lite-1.4.js | 4990 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 D | firebug-lite-debug.js | 18775 var updateXHRPropertiesIgnore = { class in AnonymousFunction7f0ac55719600 18791 if (propName in updateXHRPropertiesIgnore)
|
/plugin/combo/resources/firebug/ |
H A D | firebug-lite-1.4.js | 5001 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
|