Use packaged edition of async.

This commit is contained in:
Chad Weider 2012-05-28 17:22:57 -07:00
parent 8e735b0841
commit 0da4acfdb5
4 changed files with 5 additions and 693 deletions

View file

@ -3,7 +3,7 @@ var _;
/* FIXME: Ugly hack, in the future, use same code for server & client */
if (plugins.isClient) {
var async = require("ep_etherpad-lite/static/js/pluginfw/async");
var async = require("async");
var _ = require("ep_etherpad-lite/static/js/underscore");
} else {
var async = require("async");