Skip to content

Commit

Permalink
fixed an instance of html2canvas.log to h2clog
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasvh committed Feb 28, 2012
1 parent af60621 commit e01d97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Parse.js
Expand Up @@ -668,7 +668,7 @@ html2canvas.Parse = function (element, images, opts) {
valueWrap.style[style] = getCSS(el, style);
} catch( e ) {
// Older IE has issues with "border"
html2canvas.log("html2canvas: Parse: Exception caught in renderFormValue: " + e.message);
h2clog("html2canvas: Parse: Exception caught in renderFormValue: " + e.message);
}
}

Expand Down

0 comments on commit e01d97d

Please sign in to comment.