Skip to content

Commit cae6aa1

Browse files
committed
Removed polyfill for Array.sort because is supported by old browsers
1 parent cc8eb30 commit cae6aa1

8 files changed

+412
-591
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,12 @@ the internal mapping, honoring the user mapping first:
124124
<!-- from unpkg.com -->
125125
<script src="https://unpkg.com/array-sort-by/dist/sort-by.min.js"></script>
126126
<!-- from unpkg.com, including polyfills -->
127-
<script src="https://unpkg.com/array-sort-by/dist/sort-by-all.min.js"></script>
127+
<script src="https://unpkg.com/array-sort-by/dist/sort-by-full.min.js"></script>
128128

129129
<!-- from rawgit.com -->
130130
<script src="https://cdn.rawgit.com/jherax/array-sort-by/1.2.0/dist/sort-by.min.js"></script>
131131
<!-- from rawgit.com, including polyfills -->
132-
<script src="https://cdn.rawgit.com/jherax/array-sort-by/1.2.0/dist/sort-by-all.min.js"></script>
132+
<script src="https://cdn.rawgit.com/jherax/array-sort-by/1.2.0/dist/sort-by-full.min.js"></script>
133133
```
134134

135135
In the above case, the function [`sortBy`](#examples) is included as

dist/sort-by-full.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/sort-by-full.min.map

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)