forked from jashkenas/underscore
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reference underscorejs.org in the README.
- Loading branch information
1 parent
a642f78
commit bde1eea
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
__ | ||
/\ \ __ | ||
__ __ ___ \_\ \ __ _ __ ____ ___ ___ _ __ __ /\_\ ____ | ||
/\ \/\ \ /' _ `\ /'_ \ /'__`\/\ __\/ ,__\ / ___\ / __`\/\ __\/'__`\ \/\ \ /',__\ | ||
__ | ||
/\ \ __ | ||
__ __ ___ \_\ \ __ _ __ ____ ___ ___ _ __ __ /\_\ ____ | ||
/\ \/\ \ /' _ `\ /'_ \ /'__`\/\ __\/ ,__\ / ___\ / __`\/\ __\/'__`\ \/\ \ /',__\ | ||
\ \ \_\ \/\ \/\ \/\ \ \ \/\ __/\ \ \//\__, `\/\ \__//\ \ \ \ \ \//\ __/ __ \ \ \/\__, `\ | ||
\ \____/\ \_\ \_\ \___,_\ \____\\ \_\\/\____/\ \____\ \____/\ \_\\ \____\/\_\ _\ \ \/\____/ | ||
\/___/ \/_/\/_/\/__,_ /\/____/ \/_/ \/___/ \/____/\/___/ \/_/ \/____/\/_//\ \_\ \/___/ | ||
\ \____/ | ||
\/___/ \/_/\/_/\/__,_ /\/____/ \/_/ \/___/ \/____/\/___/ \/_/ \/____/\/_//\ \_\ \/___/ | ||
\ \____/ | ||
\/___/ | ||
Underscore.js is a utility-belt library for JavaScript that provides | ||
support for the usual functional suspects (each, map, reduce, filter...) | ||
|
||
Underscore.js is a utility-belt library for JavaScript that provides | ||
support for the usual functional suspects (each, map, reduce, filter...) | ||
without extending any core JavaScript objects. | ||
|
||
For Docs, License, Tests, and pre-packed downloads, see: | ||
http://documentcloud.github.com/underscore/ | ||
http://underscorejs.org | ||
|
||
Many thanks to our contributors: | ||
https://github.com/documentcloud/underscore/contributors |