MCPcopy
hub / github.com/websanova/js-url / registerLoggingCallback

Function registerLoggingCallback

lib/qunit/qunit.js:1064–1068  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

1062}
1063
1064function registerLoggingCallback(key){
1065 return function(callback){
1066 config[key].push( callback );
1067 };
1068}
1069
1070// Supports deprecated method of completely overwriting logging callbacks
1071function runLoggingCallbacks(key, scope, args) {

Callers 1

qunit.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected