MCPcopy Create free account
hub / github.com/jsbin/jsbin / getScript

Function getScript

public/js/processors/processor.js:37–44  ·  view source on GitHub ↗
(url, callback)

Source from the content-addressed store, hash-verified

35 * as the cachebuster
36 */
37 var getScript = function (url, callback) {
38 $.ajax({
39 cache: true,
40 url: url + '?' + jsbin.version,
41 dataType: 'script',
42 success: callback
43 });
44 };
45
46 function pick() {
47 var args = [].slice.call(arguments, 0);

Callers 2

loadProcessorFunction · 0.85
processor.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected