Removed dependency on async.js, prepared npm publishing

This commit is contained in:
Christoph Oberhofer
2015-03-08 18:20:17 +01:00
parent 6f02116663
commit 8bc119b62e
6 changed files with 40 additions and 2274 deletions
+2
View File
@@ -5,6 +5,8 @@
//see this AMD call, not the internal modules in
//the closure below.
define([], factory);
} else if (typeof module !== 'undefined') {
module.exports = factory();
} else {
//Browser globals case. Just assign the
//result to a property on the global.