mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04:00
JSON exports itself. This fixes issue #376.
This commit is contained in:
parent
f83e619fd9
commit
23a166ca99
3 changed files with 4 additions and 2 deletions
|
@ -30,7 +30,7 @@ require('/jquery');
|
|||
require('/jquery-ui');
|
||||
require('/farbtastic');
|
||||
require('/excanvas');
|
||||
require('/json2');
|
||||
JSON = require('/json2');
|
||||
require('/undo-xpopup');
|
||||
|
||||
var chat = require('/chat').chat;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue