Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Jul 2, 2019
1 parent 0d6ced0 commit 30880aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/demo/demo.js
@@ -1,4 +1,4 @@
/* globals marked, unfetch, ES6Promise, Promise */
/* globals marked, unfetch, ES6Promise, Promise */ // eslint-disable-line no-redeclare

if (!window.Promise) {
window.Promise = ES6Promise;
Expand Down
2 changes: 1 addition & 1 deletion docs/demo/worker.js
@@ -1,4 +1,4 @@
/* globals marked, unfetch, ES6Promise, Promise */
/* globals marked, unfetch, ES6Promise, Promise */ // eslint-disable-line no-redeclare
if (!self.Promise) {
self.importScripts('https://cdn.jsdelivr.net/npm/es6-promise/dist/es6-promise.js');
self.Promise = ES6Promise;
Expand Down

0 comments on commit 30880aa

Please sign in to comment.