Skip to content

Commit

Permalink
html2canvas -> h2clog
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasvh committed Feb 28, 2012
1 parent e01d97d commit 1447b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Preload.js
Expand Up @@ -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" ) {

Expand Down

0 comments on commit 1447b03

Please sign in to comment.