Remove copy of Array.forEach that was committed accidentally
This commit is contained in:
parent
420ebbbb87
commit
1e169bca25
1 changed files with 0 additions and 8 deletions
|
@ -11,14 +11,6 @@
|
|||
//= require map
|
||||
//= require menu
|
||||
|
||||
if ( !Array.prototype.forEach ) {
|
||||
Array.prototype.forEach = function(fn, scope) {
|
||||
for(var i = 0, len = this.length; i < len; ++i) {
|
||||
fn.call(scope || this, this[i], i, this);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* Called as the user scrolls/zooms around to aniplate hrefs of the
|
||||
* view tab and various other links
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue