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