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

Function runs

tools/jasmine/jasmine.js:535–537  ·  view source on GitHub ↗
(func)

Source from the content-addressed store, hash-verified

533 * @param {Function} func Function that defines part of a jasmine spec.
534 */
535var runs = function(func) {
536 jasmine.getEnv().currentSpec.runs(func);
537};
538if (isCommonJS) exports.runs = runs;
539
540/**

Callers 5

domhelper_spec.jsFile · 0.85
succesfulLoadingSpecFunction · 0.85
webfont_spec.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…