[Libreoffice-commits] help.git: help3xsl/polyfills.js
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Mar 27 14:41:52 UTC 2019
help3xsl/polyfills.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 06d97c85e4a2780f15fd70b8b0b7384001a695c0
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Mar 27 12:26:16 2019 +0100
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Wed Mar 27 15:41:30 2019 +0100
Fix typo
Change-Id: I064146b36884740fc90b889ea92758a10782b5dd
Reviewed-on: https://gerrit.libreoffice.org/69823
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar at collabora.com>
diff --git a/help3xsl/polyfills.js b/help3xsl/polyfills.js
index ae5bc9383..0c14764d7 100644
--- a/help3xsl/polyfills.js
+++ b/help3xsl/polyfills.js
@@ -46,7 +46,7 @@ if (!Element.prototype.matches) {
// Polyfill for iterable Set (IE11)
// from: https://stackoverflow.com/a/45686452/3057764
if (new Set([0]).size === 0) {
- //constructor doesnt take an iterable as an argument - thanks IE
+ //constructor doesn't take an iterable as an argument - thanks IE
const BuiltinSet = Set;
Set = function Set(iterable) {
const set = new BuiltinSet();
More information about the Libreoffice-commits
mailing list