MCPcopy Create free account
hub / github.com/caike/jQuery-Simple-Timer / setHookFunction

Function setHookFunction

tests/qunit-2.9.2.js:1204–1208  ·  view source on GitHub ↗
(module, hookName)

Source from the content-addressed store, hash-verified

1202 }
1203
1204 function setHookFunction(module, hookName) {
1205 return function setHook(callback) {
1206 module.hooks[hookName].push(callback);
1207 };
1208 }
1209 }
1210
1211 function module$1(name, options, executeNow) {

Callers 1

processModuleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected