diff options
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; }; } - |