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

Function _unwrap

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

Source from the content-addressed store, hash-verified

21
22
23 function _unwrap(fn) {
24 try {
25 api.Flash._fn[fn.wid] = null;
26 delete api.Flash._fn[fn.wid];
27 } catch (e) {
28 }
29 }
30
31 var flash = api.Flash;
32 api.extend(api.Flash, {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected