Searched refs:propValue (Results 1 – 1 of 1) sorted by relevance
4994 }try{var propValue=xhrRequest[propName];4995 if(propValue&&!isFunction(propValue)){self[propName]=propValue5003 }try{var propValue=self[propName];5004 if(propValue&&!xhrRequest[propName]){xhrRequest[propName]=propValue5081 }try{var propValue=xhrRequest[propName];5082 if(isFunction(propValue)){if(typeof self[propName]=="undefined"){this[propName]=(function(name,xhr)…5086 }}else{this[propName]=propValue7098 },setProperty:function(rule,propName,propValue,propPriority){var style=rule.style||rule; argument7103 style.setProperty(propName,propValue,propPriority)7104 }else{style[toCamelCase(propName)]=propValue[all …]