]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/polyfills.ts
Add available themes and plugins in feature table
[github/Chocobozzz/PeerTube.git] / client / src / polyfills.ts
index d862de8d8de7c69c53f43c65ec3fbf4e2d983df3..d24bcb09dd6372deaf59daf45a5bd5ac9c08c175 100644 (file)
@@ -19,6 +19,7 @@
 */
 
 import 'core-js/es/object'
+import 'core-js/es/global-this'
 
 /** IE10 and IE11 requires the following for NgClass support on SVG elements */
 // import 'classlist.js';  // Run `npm install --save classlist.js`.
@@ -57,7 +58,7 @@ import 'core-js/es/object'
 /***************************************************************************************************
  * Zone JS is required by default for Angular itself.
  */
-// tslint:disable
+/* eslint-disable */
 import 'zone.js'  // Included with Angular CLI.
 
 /***************************************************************************************************