MCPcopy Create free account
hub / github.com/unconed/TermKit / fail

Function fail

HTML/external/jquery-ui/development-bundle/external/qunit.js:733–742  ·  view source on GitHub ↗
(message, exception, callback)

Source from the content-addressed store, hash-verified

731}
732
733function fail(message, exception, callback) {
734 if ( typeof console !== "undefined" && console.error && console.warn ) {
735 console.error(message);
736 console.error(exception);
737 console.warn(callback.toString());
738
739 } else if ( window.opera && opera.postError ) {
740 opera.postError(message, exception, callback.toString);
741 }
742}
743
744function extend(a, b) {
745 for ( var prop in b ) {

Callers 1

qunit.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected