()
| 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); |