After cleaning up my code, getting this error - SCRIPT1003: Expected ':'
globalEval: function( data ) {
if ( data && core_rnotwhite.test( data ) ) {
// We use execScript on Internet Explorer
// We use an anonymous function so that context is window
// rather than jQuery in Firefox
( window.execScript || function( data ) { //***ERROR LINE
window[ "eval" ].call( window, data );
} )( data );
}
},