Skip to content

Commit

Permalink
Added mix.js to the list.
Browse files Browse the repository at this point in the history
  • Loading branch information
bripkens committed Mar 30, 2012
1 parent 7f6a562 commit 9a29b23
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions data.js
Original file line number Diff line number Diff line change
Expand Up @@ -1457,5 +1457,12 @@ var MicroJS = [
description: "A lightweight (3.7k) library for parsing, manipulating, and formatting dates.",
url: 'http://momentjs.com/',
source: 'https://raw.github.com/JerrySievert/node-date-utils/master/lib/date-utils.js'
},
{
name: "mix.js",
tags: ["mixin"],
description: "Mixins with dependency resolution and private properties (without closures).",
url: 'https://github.com/bripkens/mix.js',
source: 'https://raw.github.com/bripkens/mix.js/master/mix.js'
}
];

0 comments on commit 9a29b23

Please sign in to comment.