i want update jquery to lately version
so i was replace 1.11.0 with 3.1.0
but it is not working
i have an error message 'unexcepted exception in Lib/js/lib.jquery.js, 'safari' is not undefined'
this error is appeared in jquery.readyException
how can i fix it
jQuery.readyException = function( error ) {
window.setTimeout( function() {
throw error; // this point have error.
} );
};