refactor Preload

This commit is contained in:
Andy Edinborough
2012-12-30 12:20:35 -06:00
parent 3774f3655c
commit 6ce619f0c0
2 changed files with 20 additions and 18 deletions

View File

@ -51,7 +51,7 @@ _html2canvas.Util.parseBackgroundImage = function (value) {
}
results.push({
prefix: prefix,
method: method,
method: method.toLowerCase(),
value: block,
args: args
});