We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3082a6 commit b0925b9Copy full SHA for b0925b9
README.md
@@ -20,8 +20,8 @@ To quote part of the Jank Busting article:
20
21
Download the [production version][min] or the [development version][max] of version 0.1.2.
22
23
-[min]: https://raw.github.com/gnarf37/jquery-requestAnimationFrame/0.1.2/dist/jquery.requestanimationframe.min.js
24
-[max]: https://raw.github.com/gnarf37/jquery-requestAnimationFrame/0.1.2/dist/jquery.requestanimationframe.js
+[min]: https://unpkg.com/jquery.requestanimationframe@0.2.0/dist/jquery.requestanimationframe.min.js
+[max]: https://unpkg.com/jquery.requestanimationframe@0.2.0/dist/jquery.requestanimationframe.js
25
26
In your web page:
27
0 commit comments