Skip to content

Commit

Permalink
Added PinkySwear.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
timjansen committed Feb 9, 2013
1 parent f81f5f0 commit b05d46c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
8 changes: 8 additions & 0 deletions atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2338,5 +2338,13 @@
<summary>A lightweight framework for building de-coupled apps</summary>
</entry>

<entry>
<title>PinkySwear.js</title>
<link href="https://github.com/timjansen/pinkyswear.js" />
<id>urn:uuid:c0ddb620-724d-11e2-8b8d-e7b67bffa613</id>
<updated>2013-02-09'T'00:14:44Z</updated>
<summary>A tiny implementation of the Promises/A+ specification.</summary>
</entry>


</feed>
2 changes: 1 addition & 1 deletion data-min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions data.js
Original file line number Diff line number Diff line change
Expand Up @@ -2157,5 +2157,12 @@ var MicroJS = [
description: "A JavaScript implementation of Behavior Trees, useful when developing AI behaviors in games.",
url: "https://github.com/Calamari/BehaviorTree.js",
source: "https://raw.github.com/Calamari/BehaviorTree.js/master/btree-complete.js"
},
{
name: "PinkySwear.js",
tags: ["promises"],
description: "A tiny implementation of the Promises/A+ specification.",
url: "https://github.com/timjansen/pinkyswear.js",
source: "https://raw.github.com/timjansen/PinkySwear.js/master/pinkyswear.js"
}
];

0 comments on commit b05d46c

Please sign in to comment.