Sign up to create your own snipts, or login.

Public snipts » tbeseda's snipts » console exception

posted on Dec 22, 2009 at 1:26 p.m. EST in 
  • if ( typeof console === 'undefined') {
    	var console = {
    		log: function() {return},
    		warn: function() {return},
    		error: function() {return},
    	}
    }
    

    copy | embed

0 Comments

Sign up, or login to leave a comment.