From a4f88e1969b76f70ff319d3c6832f8c2aaf03434 Mon Sep 17 00:00:00 2001 From: Matt Andrews Date: Fri, 10 Jan 2014 01:14:38 +0000 Subject: [PATCH] Update FastClick to v0.6.11 Includes bug fix for: https://github.com/ftlabs/fastclick/issues/160 --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 04a584afa..4f5641fbc 100644 --- a/bower.json +++ b/bower.json @@ -5,7 +5,7 @@ "dependencies": { "jquery" : ">= 2.0.0", "modernizr": ">= 2.6.2", - "fastclick": "~0.6.10", + "fastclick": "~0.6.11", "jquery.cookie": "~1.4.0", "jquery-placeholder": "~2.0.7" }, @@ -13,4 +13,4 @@ "jquery.autocomplete": "devbridge/jQuery-Autocomplete#1.2.7" }, "private": true -} \ No newline at end of file +} -- 2.47.2