Skip to content

Commit

Permalink
Merge pull request microjs#1 from skoon/microjs.com
Browse files Browse the repository at this point in the history
---
  • Loading branch information
Thomas Fuchs committed May 3, 2011
2 parents 0d35f06 + 72128fe commit 9dc3a98
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions data.js
Expand Up @@ -258,4 +258,18 @@ var MicroJS = [
description: "CommonJS implementation of observer design pattern",
url: "https://github.com/azer/observer"
}
}
name: "defer.js",
size: "4.8k",
tags: ["loader"],
description: "Script loader, using the 'Deferred' pattern for async operations.",
url: "https://github.com/BorisMoore/jsdefer/"
}
}
name: "Bootstrap",
size: "1.3k",
tags: ["loader"],
description: "A small, simple bootloader. No frills. Black and white label.",
url: "https://bitbucket.org/scott_koon/bootstrap"
}
];

0 comments on commit 9dc3a98

Please sign in to comment.