mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
html2canvas -> h2clog
This commit is contained in:
parent
e01d97df19
commit
1447b031c6
@ -178,7 +178,7 @@ html2canvas.Preload = function(element, opts){
|
||||
try {
|
||||
background_image = html2canvas.Util.getCSS(el, 'backgroundImage');
|
||||
}catch(e) {
|
||||
html2canvas.log("html2canvas: failed to get background-image - Exception: " + e.message);
|
||||
h2clog("html2canvas: failed to get background-image - Exception: " + e.message);
|
||||
}
|
||||
if ( background_image && background_image !== "1" && background_image !== "none" ) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user