aboutsummaryrefslogtreecommitdiff
path: root/client/js/util/polyfill.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/js/util/polyfill.js')
-rw-r--r--client/js/util/polyfill.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/js/util/polyfill.js b/client/js/util/polyfill.js
index 51252c2..0bf68a8 100644
--- a/client/js/util/polyfill.js
+++ b/client/js/util/polyfill.js
@@ -14,7 +14,7 @@ NodeList.prototype.querySelector = function(...args) {
}
}
return null;
-}
+};
// non standard
Node.prototype.prependChild = function(child) {

© 2015 - 2026 Jakob L. Kreuze