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
46d5d8f3a7
commit
14219b8e85
@ -668,7 +668,7 @@ html2canvas.Parse = function (element, images, opts) {
|
|||||||
valueWrap.style[style] = getCSS(el, style);
|
valueWrap.style[style] = getCSS(el, style);
|
||||||
} catch( e ) {
|
} catch( e ) {
|
||||||
// Older IE has issues with "border"
|
// 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…
x
Reference in New Issue
Block a user