fixed a few undefined references, fixed missing files in a few places

This commit is contained in:
Obexer Christoph
2012-03-12 07:15:03 +01:00
parent 6cf3d36624
commit b47347d6b8
6 changed files with 14 additions and 11 deletions

View File

@ -168,7 +168,7 @@ _html2canvas.Preload = function( options ) {
/*
if (background_image && background_image !== "1" && background_image !== "none" && background_image.substring(0,7) !== "-webkit" && background_image.substring(0,3)!== "-o-" && background_image.substring(0,4) !== "-moz"){
// TODO add multi image background support
src = html2canvas.Util.backgroundImage(background_image.split(",")[0]);
src = _html2canvas.Util.backgroundImage(background_image.split(",")[0]);
methods.loadImage(src); */
}
}