Skip to content

Instantly share code, notes, and snippets.

@Raynos
Created July 25, 2012 04:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Raynos/868407d2bd926e6d61f3 to your computer and use it in GitHub Desktop.
Save Raynos/868407d2bd926e6d61f3 to your computer and use it in GitHub Desktop.
+ , flatten = require("flatten")
-function flatten(list) {
- return concat.apply([], list)
-}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment