[14:01:25 CDT(-0500)] <pspaude1> Hey Dan, EarlyAlertToolViewController is choking on line 84 in IE8.
[14:01:29 CDT(-0500)] <pspaude1> responseDispatcher.setSuccessCallback('earlyalert', me.bindEarlyAlertToView, me).apply(responseDispatcher, null);
[14:02:24 CDT(-0500)] <pspaude1> Its in the .apply says either object doesn't support property or method or Object not found
[14:02:41 CDT(-0500)] <pspaude1> Tried splitting up and it still says the same thing.
[14:03:17 CDT(-0500)] <dmccallum54> one sec pls
[14:04:24 CDT(-0500)] <pspaude1> No problem. Sorry to bother you, but you are the original author, so I thougt you might have more insight. It's fine in IE10/Chrome/FF etc.
[14:04:44 CDT(-0500)] <dmccallum54> tracked me down, eh
[14:04:52 CDT(-0500)] <pspaude1> Git blame
[14:15:18 CDT(-0500)] <pspaude1> Ok tried a left field move and put IE10 in 8 mode and it gave me a better description. It's not liking the null as a param to apply. I'll try working on it a bit.
[14:23:15 CDT(-0500)] <dmccallum54> pspaude1 no blinding insights so far… could try just passing an empty [] there… or i maybe IE is not liking the lack of a semi colon on line 53 of RequestDispatcher?
[14:25:39 CDT(-0500)] <dmccallum54> MDN says args can be null or undefined, but M$ docs suggest IE won't play nice with that (as it seems you've found): http://msdn.microsoft.com/en-us/library/ie/4zc42wh1(v=vs.94).aspx
[14:26:04 CDT(-0500)] <pspaude1> Yeah I was thinking of trying []. Got caught up in the proxy error on EA load.
[14:27:29 CDT(-0500)] <pspaude1> Ok it likes that
[14:27:45 CDT(-0500)] <pspaude1> But, now ResponseDispatcher line 96 object doesn't support proeprty or method filter