Примеры для jQuery.readyException()


Pass the received error to console.error.

1
2
3
jQuery.readyException = function( error ) {
console.error( error );
};