Skip to content

Commit

Permalink
Added strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
amoore17 committed Jan 17, 2020
1 parent 46c70ca commit 9dd409a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tab-numbering.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* Contributions by: Austin Moore
*/

'use strict';

const browser = window.browser || window.chrome;

/*
Expand Down

0 comments on commit 9dd409a

Please sign in to comment.