Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
fedeghe committed Feb 26, 2021
1 parent c881139 commit e13be98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/methods/includes.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
function includes(o, el) {
core.mustBe.arr(o);
core.mustBe.defined(el);

var i = -1,
l = o.length;
while (++i < l)
Expand Down

0 comments on commit e13be98

Please sign in to comment.