Fix: pass linter
This commit is contained in:
parent
4fc06fa93d
commit
34b1406db6
|
@ -1,5 +1,5 @@
|
|||
/* global messageBox */
|
||||
/* global zip */
|
||||
/* global zip onDOMready */
|
||||
/* exported createZipFileFromText readZipFileFromBlob */
|
||||
'use strict';
|
||||
|
||||
onDOMready().then(() => {
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/* exported getRedirectUrlAuthFlow launchWebAuthFlow */
|
||||
'use strict';
|
||||
|
||||
/**
|
||||
|
|
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue
Block a user