mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +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) {
|
log: function () {
|
||||||
console.log(message);
|
console.log.apply(arguments);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user