MCPcopy
hub / github.com/moxiecode/plupload / extract

Function extract

js/plupload.dev.js:14–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 */
13;(function (global, factory) {
14 var extract = function() {
15 var ctx = {};
16 factory.apply(ctx, arguments);
17 return ctx.plupload;
18 };
19
20 if (typeof define === "function" && define.amd) {
21 define("plupload", ['./moxie'], extract);

Callers 1

plupload.dev.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected