Skip to content

Commit

Permalink
use strict and allow var
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Nov 18, 2020
1 parent 5ad0cd9 commit b5388d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* eslint-disable no-var */
'use strict'

var has = Object.prototype.hasOwnProperty

/**
Expand Down

0 comments on commit b5388d7

Please sign in to comment.