Getting this error when closing a window in IE8. Problem appears to be with ``` javascript preventDefault: function(/*Event*/ e) { if (e.preventDefault) { e.preventDefault(); } else { e.returnValue = false; } } ``` in DomEvent.js.