mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Better console clear, to fix old Safari/Chrome.
This commit is contained in:
parent
2bdeec128b
commit
1c713eac43
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
init: function(options) {
|
||||
|
||||
var defaults = {};
|
||||
console && console.clear();
|
||||
if (console && console.clear && _.isFunction(console.clear)) console.clear();
|
||||
|
||||
// ===========
|
||||
// = Globals =
|
||||
|
|
Loading…
Add table
Reference in a new issue