diff options
| author | rr- | 2016-06-12 22:10:20 +0200 |
|---|---|---|
| committer | rr- | 2016-06-12 22:10:20 +0200 |
| commit | 3cbcbf1140cf5aa53dc2ffe5bbc43cdca21e4d2e (patch) | |
| tree | e570feb1e2fae2db5ebf96ec99ade3918bb71287 /client/js/util/polyfill.js | |
| parent | 0547ec5aa2be7bfc90fe67a31b72951324c95cb5 (diff) | |
client/general: fix jscs warnings
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) { |