mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -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;
|
||||
|
|
|
@ -20,8 +20,6 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
require('joose');
|
||||
|
||||
var log4js = require('log4js');
|
||||
var socketio = require('socket.io');
|
||||
var fs = require('fs');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue