From: Matt Andrews Date: Fri, 10 Jan 2014 01:14:38 +0000 (+0000) Subject: Update FastClick to v0.6.11 X-Git-Tag: 5.0.3~8^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4117%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update FastClick to v0.6.11 Includes bug fix for: https://github.com/ftlabs/fastclick/issues/160 --- 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 +}