fixed an instance of html2canvas.log to h2clog

This commit is contained in:
Niklas von Hertzen 2012-02-28 12:39:38 +02:00
parent af60621d4f
commit e01d97df19

View File

@ -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);
}
}