Remove another few unneeded polyfills

This commit is contained in:
Eric 2020-06-23 11:18:33 -05:00 committed by Eric Schultz
parent 43136fbbf5
commit ba7f924b02
2 changed files with 0 additions and 12 deletions

View file

@ -1,11 +0,0 @@
// License: LGPL-3.0-or-later
// Console fallback
if (!window.console) {
window.console = new function() {
this.log = function(str) {}
this.dir = function(str) {}
}
}
// Promises polyfill
require('es6-promise').polyfill()

View file

@ -5,7 +5,6 @@ window.appl = require('./common/application_view') // XXX remove
window.$ = require('jquery') // XXX remove
window.jQuery = window.$ // XXX remove
require('./common/polyfills')
require('./common/vendor/jquery.cookie') // XXX remove
require('parsleyjs') // XXX remove
require('./common/jquery_additions') // XXX remove