fixed an instance of html2canvas.log to h2clog

This commit is contained in:
MoyuScript 2012-02-28 12:39:38 +02:00
parent 46d5d8f3a7
commit 14219b8e85

View File

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