Webpack build for branch master: 29b4ca7f23

This commit is contained in:
Travis CI 2017-09-10 16:17:28 +00:00
parent 6a38d344f9
commit 88a242ae92
2 changed files with 2 additions and 2 deletions

View file

@ -4022,7 +4022,7 @@ class DataResolver {
return image; return image;
} }
const file = await this.resolveFile(image, browser); const file = await this.resolveFile(image, browser);
return this.constructor.resolveBase64(file); return DataResolver.resolveBase64(file);
} }
/** /**

File diff suppressed because one or more lines are too long