mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Merge pull request #8641 from Snuffleupagus/eslint-version-4-upgrade
Update ESLint (and eslint-plugin-mozilla) to the latest version
This commit is contained in:
commit
26be1df5f7
3 changed files with 6 additions and 4 deletions
|
@ -1293,7 +1293,7 @@ var PDFWorker = (function PDFWorkerClosure() {
|
|||
this._initialize();
|
||||
}
|
||||
|
||||
PDFWorker.prototype = /** @lends PDFWorker.prototype */ {
|
||||
PDFWorker.prototype = /** @lends PDFWorker.prototype */ {
|
||||
get promise() {
|
||||
return this._readyCapability.promise;
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue