Skip to content

Commit

Permalink
Removing a lint
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Feb 17, 2018
1 parent 26f7195 commit 8bb59e1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion lib/haro.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
return b in a;
}


function each (arg, fn) {
const nth = arg.length;
let i = -1;
Expand Down
2 changes: 1 addition & 1 deletion lib/haro.min.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/utility.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
return b in a;
}


function each (arg, fn) {
const nth = arg.length;
let i = -1;
Expand Down

0 comments on commit 8bb59e1

Please sign in to comment.