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 */
/* global zip onDOMready */
/* exported createZipFileFromText readZipFileFromBlob */
'use strict';
onDOMready().then(() => {

View File

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

View File

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