Merge pull request #1336 from poscar/ie_console_fix

Fixed IE crash related to console usage. (Fix #1321)
pull/1332/merge
Marcel Klehr 2013-01-07 10:43:48 -08:00
commit 5453764e31
1 changed files with 2 additions and 2 deletions

View File

@ -23,10 +23,10 @@
window.html10n = (function(window, document, undefined) {
var console = window.console
function interceptConsole(method){
var original = console[method]
if (!console) return function() {}
var original = console[method]
// do sneaky stuff
if (original.bind){
// Do this for normal browsers