Home
last modified time | relevance | path

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

/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js2939 },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 Dfirebug-lite-debug.js11814 loadJSONP: function(url, callback) method in Firebug.Lite.Proxy
11849 this.loadJSONP(yql, function(data)
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js2950 },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];