MCPcopy Create free account
hub / github.com/mailru/FileAPI / func

Function func

flash/camera/html-template/history/history.js:540–544  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

538 window['_ie_firstload'] = true;
539 var sourceToSet = historyFrameSourcePrefix + def;
540 var func = function() {
541 getHistoryFrame().src = sourceToSet;
542 window.location.replace("#" + def);
543 setInterval(checkForUrlChange, 50);
544 }
545 try {
546 func();
547 } catch(e) {

Callers 1

history.jsFile · 0.70

Calls 1

getHistoryFrameFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…