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