Fix: pass linter

This commit is contained in:
eight 2018-11-07 11:19:47 +08:00
parent 4fc06fa93d
commit 34b1406db6
3 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/* global messageBox */ /* global zip onDOMready */
/* global zip */ /* exported createZipFileFromText readZipFileFromBlob */
'use strict'; 'use strict';
onDOMready().then(() => { onDOMready().then(() => {

View File

@ -1,3 +1,4 @@
/* exported getRedirectUrlAuthFlow launchWebAuthFlow */
'use strict'; 'use strict';
/** /**

View File

@ -1,6 +1,6 @@
/* global messageBox Dropbox createZipFileFromText readZipFileFromBlob /* global messageBox Dropbox createZipFileFromText readZipFileFromBlob
launchWebAuthFlow getRedirectUrlAuthFlow importFromString resolve launchWebAuthFlow getRedirectUrlAuthFlow importFromString resolve
$ $create t chromeLocal API */ $ $create t chromeLocal API getOwnTab */
'use strict'; 'use strict';
const DROPBOX_API_KEY = 'zg52vphuapvpng9'; const DROPBOX_API_KEY = 'zg52vphuapvpng9';