mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +02:00
[tomahawk.js] Make Tomahawk.log suck less in non-Tomahawk envs
This commit is contained in:
@@ -31,8 +31,8 @@ if ((typeof Tomahawk === "undefined") || (Tomahawk === null)) {
|
||||
}
|
||||
};
|
||||
},
|
||||
log: function (message) {
|
||||
console.log(message);
|
||||
log: function () {
|
||||
console.log.apply(arguments);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user