html2canvas -> h2clog

This commit is contained in:
Niklas von Hertzen 2012-02-28 12:40:44 +02:00
parent e01d97df19
commit 1447b031c6

View File

@ -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" ) {