mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-07-03 03:12:15 -04:00
remove json2, all supported browsers have JSON now (#4198)
cf. https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/JSON
This commit is contained in:
parent
f64310d700
commit
d25cd891ae
4 changed files with 0 additions and 476 deletions
|
@ -29,7 +29,6 @@ var socket;
|
|||
require('./jquery');
|
||||
require('./farbtastic');
|
||||
require('./excanvas');
|
||||
JSON = require('./json2');
|
||||
|
||||
var chat = require('./chat').chat;
|
||||
var getCollabClient = require('./collab_client').getCollabClient;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue