array-reverse-polyfill
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "array-reverse-polyfill", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Fix IOS 12 Array Reverse Bug.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -19,4 +19,4 @@ # array-reverse-polyfill | ||
Fixed HTML: [https://fanmingfei.github.io/array-reverse-ios12/origin.html](https://fanmingfei.github.io/array-reverse-ios12/fixed.html) | ||
Fixed HTML: [https://fanmingfei.github.io/array-reverse-ios12/fixed.html](https://fanmingfei.github.io/array-reverse-ios12/fixed.html) | ||
Clicking the refresh button to test. |
3848