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:
webzwo0i 2020-07-28 01:52:25 +02:00 committed by GitHub
parent f64310d700
commit d25cd891ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 476 deletions

View file

@ -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;