Skip to content

Commit

Permalink
Merge pull request microjs#3 from azer/master.
Browse files Browse the repository at this point in the history
functools and observer
  • Loading branch information
Thomas Fuchs committed May 3, 2011
2 parents aa6698b + 6b43f0a commit 0d35f06
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions data.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,5 +243,19 @@ var MicroJS = [
tags: ["loader"],
description: "Simple, flexible and sane JavaScript loader and build tool for browsers",
url: "https://github.com/danwrong/loadrunner"
},
{
name: "functools",
size: "2.2k",
tags: ["functional"],
description: "A minimal library for functional operations",
url: "https://github.com/azer/functools"
},
{
name: "observer",
size: "1.0k",
tags: ["observer","events"],
description: "CommonJS implementation of observer design pattern",
url: "https://github.com/azer/observer"
}
];

0 comments on commit 0d35f06

Please sign in to comment.