diff options
author | Jesús <heckyel@hyperbola.info> | 2019-09-21 20:55:00 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-09-21 20:55:00 -0500 |
commit | d610c87a53736071e1d7c8c7252268b6ceeaae4f (patch) | |
tree | fca8396a97237e15d64e2ac74096550e8262ffc7 /js/polyfill.js | |
parent | 0bbba59da4099bbbbe77ddbc20a0caebbf28fe80 (diff) | |
download | ematrix-d610c87a53736071e1d7c8c7252268b6ceeaae4f.tar.lz ematrix-d610c87a53736071e1d7c8c7252268b6ceeaae4f.tar.xz ematrix-d610c87a53736071e1d7c8c7252268b6ceeaae4f.zip |
Improve syntax
Diffstat (limited to 'js/polyfill.js')
-rw-r--r-- | js/polyfill.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/polyfill.js b/js/polyfill.js index b0ff617..65ba414 100644 --- a/js/polyfill.js +++ b/js/polyfill.js @@ -94,4 +94,3 @@ if ( self.Map.prototype.iterator instanceof Function ) { return this; }; } - |