Skip to content

Commit

Permalink
add functools
Browse files Browse the repository at this point in the history
  • Loading branch information
E.Azer Ko�o�o�oculu committed May 30, 2011
1 parent 36fdfcd commit 25f0e2c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions js/app.js
Expand Up @@ -122,6 +122,12 @@ EveryJS.libraries = [
website: "http://developer.yahoo.com/yui/3/",
description: "Yahoo!'s next-generation JavaScript and CSS library. It powers the new Yahoo! homepage, Yahoo! Mail, and many other Yahoo! sites.",
size: "15K to start; modules are loaded dynamically"
},
{
name: "functools",
website: "http://functools.kodfabrik.com",
description: "Functools is a library for functional programming written in JavaScript. It's based on a CommonJS module that consists of several function manipulation and list iteration tools.",
size: 2
}
];

Expand Down

0 comments on commit 25f0e2c

Please sign in to comment.