1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-06-04 03:32:17 +00:00

Restored async.js module

Got lost in a spate of Git confusion on my part
This commit is contained in:
Jeremy Ruston
2011-12-02 16:12:31 +00:00
parent efd194141c
commit 351e5b3e1f
13 changed files with 5409 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
// This file is just added for convenience so this repository can be
// directly checked out into a project's deps folder
module.exports = require('./lib/async');