MCPcopy Index your code
hub / github.com/typekit/webfontloader / notifySheetsLoaded

Function notifySheetsLoaded

spec/modules/custom_spec.js:10–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8 load = null;
9
10 function notifySheetsLoaded() {
11 var argsForCall = fakeDomHelper.loadStylesheet.argsForCall;
12 for (var i = 0; i < argsForCall.length; i++) {
13 var args = argsForCall[i];
14 args[1]();
15 }
16 }
17
18 beforeEach(function () {
19 fakeDomHelper = {

Callers 1

custom_spec.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…