Add fastclick deprecation PR link, now that is exists

This commit is contained in:
Hugh Willson
2017-08-24 07:25:59 -04:00
parent a365ad7910
commit 3067c630e1

View File

@@ -14,7 +14,7 @@
Reference:
[Mobile Chrome](https://developers.google.com/web/updates/2013/12/300ms-tap-delay-gone-away)
[Mobile Safari](https://bugs.webkit.org/show_bug.cgi?id=150604)
[PR TODO]()
[PR #9039](https://github.com/meteor/meteor/pull/9039)
* Minimongo cursors are now JavaScript iterable objects and can now be iterated over
using `for...of` loops, spread operator, `yield*`, and destructuring assignments.