mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
refactor Preload
This commit is contained in:
@ -51,7 +51,7 @@ _html2canvas.Util.parseBackgroundImage = function (value) {
|
||||
}
|
||||
results.push({
|
||||
prefix: prefix,
|
||||
method: method,
|
||||
method: method.toLowerCase(),
|
||||
value: block,
|
||||
args: args
|
||||
});
|
||||
|
Reference in New Issue
Block a user