mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04:00
Use packaged edition of async.
This commit is contained in:
parent
8e735b0841
commit
0da4acfdb5
4 changed files with 5 additions and 693 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue