mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
fixed an instance of html2canvas.log to h2clog
This commit is contained in:
parent
af60621d4f
commit
e01d97df19
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user