mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
6 lines
317 B
JavaScript
6 lines
317 B
JavaScript
module.exports = function() {
|
|
if (window.html2canvas.logging && window.console && window.console.log) {
|
|
Function.prototype.bind.call(window.console.log, (window.console)).apply(window.console, [(Date.now() - window.html2canvas.start) + "ms", "html2canvas:"].concat([].slice.call(arguments, 0)));
|
|
}
|
|
};
|