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

@ -23,7 +23,6 @@
// These jQuery things should create local references, but for now `require()`
// assigns to the global `$` and augments it with plugins.
require('./jquery');
JSON = require('./json2');
var createCookie = require('./pad_utils').createCookie;
var readCookie = require('./pad_utils').readCookie;