From 3067c630e1d05bb8cd174fa5b2c5216cc86bc5b3 Mon Sep 17 00:00:00 2001 From: Hugh Willson Date: Thu, 24 Aug 2017 07:25:59 -0400 Subject: [PATCH] Add fastclick deprecation PR link, now that is exists --- History.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/History.md b/History.md index 85c718b8d7..34d91c088a 100644 --- a/History.md +++ b/History.md @@ -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.