- :
if ( !JSON.stringify ) {
JSON.stringify = function(obj) {
};
}
: JSON.stringify false, .
: JSON.stringify, - (, IE). . , JSON.stringify . , ; , .
:
function handler(e) {
e = e || window.event;
}
; IE . , pass-in ( ?), (IE !), window.event (, IE ).
:
e = e || window.event;
:
if ( e ) {
e = e; // no-op
} else {
e = window.event;
}