Searched refs:loadJSONP (Results 1 – 3 of 3) sorted by relevance
/plugin/webcode/vendor/ |
H A D | firebug-lite-1.4.js | 2939 },loadJSONP:function(url,callback){var script=createGlobalElement("script"),doc=Firebug.context.doc… method in Firebug.Lite.Proxy 2947 this.loadJSONP(yql,function(data){var source=data.results[0];
|
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
H A D | firebug-lite-debug.js | 11814 loadJSONP: function(url, callback) method in Firebug.Lite.Proxy 11849 this.loadJSONP(yql, function(data)
|
/plugin/combo/resources/firebug/ |
H A D | firebug-lite-1.4.js | 2950 },loadJSONP:function(url,callback){var script=createGlobalElement("script"),doc=Firebug.context.document,uid=""+new Date().getTime(),callbackName="callback=Firebug.Lite.Proxy._callbacks."+uid,jsonpURL=url.indexOf("?")!=-1?url+"&"+callbackName:url+"?"+callbackName; method in Firebug.Lite.Proxy 2958 this.loadJSONP(yql,function(data){var source=data.results[0];
|