Remove another few unneeded polyfills
This commit is contained in:
parent
43136fbbf5
commit
ba7f924b02
2 changed files with 0 additions and 12 deletions
|
@ -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()
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue