Skip to content

Instantly share code, notes, and snippets.

@trek
Created July 9, 2013 03:11
Show Gist options
  • Save trek/5954391 to your computer and use it in GitHub Desktop.
Save trek/5954391 to your computer and use it in GitHub Desktop.
var each = require('my-array-lib-without-demons/each').eachMethod,
Array = require('stdlib/array');
Array.prototype.forEach = each; // only way to be sure nobody is up to something tricky.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment