]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix player on safari 11
authorChocobozzz <me@florianbigard.com>
Tue, 31 Aug 2021 14:25:10 +0000 (16:25 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 31 Aug 2021 14:25:10 +0000 (16:25 +0200)
client/src/polyfills.ts

index bbba3f05cd7026a76a081b36fc7d67d48b0d7343..d24bcb09dd6372deaf59daf45a5bd5ac9c08c175 100644 (file)
@@ -19,6 +19,7 @@
 */
 
 import 'core-js/es/object'
 */
 
 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`.
 
 /** IE10 and IE11 requires the following for NgClass support on SVG elements */
 // import 'classlist.js';  // Run `npm install --save classlist.js`.