mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
added Pad model via Joose, PadManager is a lot cleaner now.
This commit is contained in:
parent
7fb631b922
commit
499c560abd
5 changed files with 167 additions and 223 deletions
|
@ -23,6 +23,8 @@ var http = require('http')
|
|||
, db = require('./db')
|
||||
, async = require('async');
|
||||
|
||||
require('joose');
|
||||
|
||||
async.waterfall([
|
||||
function (callback)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue