diff --git a/ecosystem.js b/ecosystem.js index da36928..5109b0c 100644 --- a/ecosystem.js +++ b/ecosystem.js @@ -1,12 +1,5 @@ function rm(v, item) {if (v.indexOf(item) > -1) { v.splice(v.indexOf(item), 1); }} -Array.prototype.unique = function() { - var o = {}, i, l = this.length, r = []; - for(i=0; i