Better console clear, to fix old Safari/Chrome.

This commit is contained in:
Samuel Clay 2015-01-07 08:08:08 -08:00
parent 2bdeec128b
commit 1c713eac43

View file

@ -5,7 +5,7 @@
init: function(options) {
var defaults = {};
console && console.clear();
if (console && console.clear && _.isFunction(console.clear)) console.clear();
// ===========
// = Globals =