MCPcopy Index your code
hub / github.com/mailru/FileAPI / _wrap

Function _wrap

lib/FileAPI.Flash.Camera.js:16–20  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

14 if (api.support.flash && (api.media && (!api.support.media || !api.html5))) {
15 (function () {
16 function _wrap(fn) {
17 var id = fn.wid = api.uid();
18 api.Flash._fn[id] = fn;
19 return 'FileAPI.Flash._fn.' + id;
20 }
21
22
23 function _unwrap(fn) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected