almost 0.1

This commit is contained in:
Jeremy Ashkenas
2009-10-27 13:50:02 -04:00
parent dc8d4e0b58
commit 26a9175419
3 changed files with 24 additions and 2 deletions

4
README
View File

@@ -1,7 +1,7 @@
__
/\ \ __
__ __ ___ \_\ \ __ _ __ ____ ___ ___ _ __ __ /\_\ ____
/\ \/\ \ /' _ `\ /'_` \ /'__`\/\`'__\/',__\ /'___\ / __`\/\`'__\/'__`\ \/\ \ /',__\
/\ \/\ \ /' _ `\ /'_ \ /'__`\/\ __\/ ,__\ / ___\ / __`\/\ __\/'__`\ \/\ \ /',__\
\ \ \_\ \/\ \/\ \/\ \ \ \/\ __/\ \ \//\__, `\/\ \__//\ \ \ \ \ \//\ __/ __ \ \ \/\__, `\
\ \____/\ \_\ \_\ \___,_\ \____\\ \_\\/\____/\ \____\ \____/\ \_\\ \____\/\_\ _\ \ \/\____/
\/___/ \/_/\/_/\/__,_ /\/____/ \/_/ \/___/ \/____/\/___/ \/_/ \/____/\/_//\ \_\ \/___/
@@ -14,4 +14,4 @@ in Prototype.js (or Ruby), but without extending any of the built-
in Javascript objects. It's the tie to go along with jQuery's tux.
For Docs, License, Tests, and pre-packed downloads, see:
http://documentcloud.github.com/underscore/
http://documentcloud.github.com/underscore/

View File

@@ -36,6 +36,12 @@
b.method_name {
font-size: 18px;
}
table, tr, td {
margin: 0; padding: 0;
}
td {
padding: 2px 12px 2px 0;
}
code, pre, tt {
font-family: Monaco, Consolas, "Lucida Console", monospace;
font-size: 12px;
@@ -86,6 +92,21 @@
for your perusal.
</p>
<h2>Downloads</h2>
<p>
<table>
<tr>
<td><a href="underscore.js">Development Version</a></td>
<td><i>(16kb, Uncompressed Code)</i></td>
</tr>
<tr>
<td><a href="underscore-min.js">Production Version</a></td>
<td><i>(4kb, Packed and Gzipped)</i></td>
</tr>
</table>
</p>
<h2>Table of Contents</h2>
<p>

1
underscore-min.js vendored Normal file

File diff suppressed because one or more lines are too long