Skip to content

Commit

Permalink
Remove unused isArray polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
kenany committed Nov 11, 2014
1 parent 9c14e0e commit ec14038
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ ConcatStream.prototype.getBody = function () {
return this.body
}

var isArray = Array.isArray || function (arr) {
return Object.prototype.toString.call(arr) == '[object Array]'
}

function isArrayish (arr) {
return /Array\]$/.test(Object.prototype.toString.call(arr))
}
Expand Down

0 comments on commit ec14038

Please sign in to comment.