mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 16:36:15 -04:00
moved require joose to the correct place
This commit is contained in:
parent
3ec7dc224b
commit
41883e688b
2 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,8 @@
|
|||
* The pad object, defined with joose
|
||||
*/
|
||||
|
||||
require('joose');
|
||||
|
||||
var Changeset = require("../utils/Changeset");
|
||||
var AttributePoolFactory = require("../utils/AttributePoolFactory");
|
||||
var db = require("./DB").db;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue