Searched refs:aOptions (Results 1 – 1 of 1) sorted by relevance
109 setCallOptions:function(aOptions){this.callOptions={URI:"", argument114 };for(optionKey in aOptions){this.callOptions[optionKey]=aOptions[optionKey];}116 call:function(sFunction,aOptions){var i,r,postData;this.setCallOptions(aOptions);if(document.body&&… argument130 catch(e){delete r;r=null;aOptions.method='get';return this.call(sFunction,aOptions);}