Skip to content

Commit

Permalink
decrypter: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tchakabam committed Jun 7, 2018
1 parent 461d220 commit 18be7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crypt/decrypter.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { getSelfScope } from '../utils/get-self-scope';

// see https://stackoverflow.com/a/11237259/589493
/* eslint-disable-next-line no-undef */
const window = getSelfScope(); // safeguard for code that might run both on worker and main thread
const window = getSelfScope(); // safeguard for code that might run both on worker and main thread

const { performance, crypto } = window;

Expand Down

0 comments on commit 18be7d8

Please sign in to comment.