diff options
Diffstat (limited to 'client/js/util/polyfill.js')
| -rw-r--r-- | client/js/util/polyfill.js | 2 |
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) { |