aboutsummaryrefslogtreecommitdiffstats
path: root/core/js/core.json
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-10-19 23:08:11 +0200
committerMorris Jobke <hey@morrisjobke.de>2016-10-20 10:17:18 +0200
commitf7ca3ec2012b0790a78cb83b7f2f07aef0445905 (patch)
tree35e7e9fdaf98662f7d36a04d12165c8673d4d547 /core/js/core.json
parentf7f271154702883367f418c4f9e35418ab4219ef (diff)
downloadnextcloud-server-f7ca3ec2012b0790a78cb83b7f2f07aef0445905.tar.gz
nextcloud-server-f7ca3ec2012b0790a78cb83b7f2f07aef0445905.zip
Remove unneeded compatibility polyfills
- `Object.create` supported with IE9+: https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Object/create#Browser_compatibility - `Object.keys` supported with IE9+: https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Object/keys#Browser_compatibility - `Array.prototype.filter` supported in IE9+: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/filter#Browser_compatibility - `Array.prototype.indexOf` supported in IE9+: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/indexOf#Browser_compatibility - `Array.prototype.map` supported in IE9+: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map#Browser_compatibility - `Function.prototype.bind` supported in IE9+: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/bind#Browser_compatibility - `String.prototype.trim` supported with IE9+: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/Trim#Browser_compatibility - `outerHTML` supported with Firefox 11+: https://developer.mozilla.org/en-US/docs/Web/API/Element/outerHTML#Browser_compatibility - `window.devicePixelRatio` supported in IE11+: http://caniuse.com/#feat=devicepixelratio Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'core/js/core.json')
-rw-r--r--core/js/core.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/js/core.json b/core/js/core.json
index e651c9d7597..c98928d0fed 100644
--- a/core/js/core.json
+++ b/core/js/core.json
@@ -20,7 +20,6 @@
"placeholder.js"
],
"modules": [
- "compatibility.js",
"jquery.ocdialog.js",
"oc-dialogs.js",
"js.js",