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
14219b8e85
commit
b4733c6a9c
@ -178,7 +178,7 @@ html2canvas.Preload = function(element, opts){
|
|||||||
try {
|
try {
|
||||||
background_image = html2canvas.Util.getCSS(el, 'backgroundImage');
|
background_image = html2canvas.Util.getCSS(el, 'backgroundImage');
|
||||||
}catch(e) {
|
}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" ) {
|
if ( background_image && background_image !== "1" && background_image !== "none" ) {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user