Skip to content

Commit

Permalink
Replaced Hammer.js with FastClick
Browse files Browse the repository at this point in the history
Issue TryGhost#149 Closes TryGhost#519
- Uses FastClick to speed up click events instead of using Hammer.js tap
events
  • Loading branch information
nicoburns committed Sep 17, 2013
1 parent 5662063 commit 3b3d7a7
Show file tree
Hide file tree
Showing 3 changed files with 772 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ var path = require('path'),
"core/client/assets/vendor/countable.js",
"core/client/assets/vendor/to-title-case.js",
"core/client/assets/vendor/packery.pkgd.min.js",
"core/client/assets/vendor/jquery.hammer.min.js"
"core/client/assets/vendor/fastclick.js"
],

"core/built/scripts/helpers.js": [
Expand Down Expand Up @@ -438,7 +438,7 @@ var path = require('path'),
"core/client/assets/vendor/countable.js",
"core/client/assets/vendor/to-title-case.js",
"core/client/assets/vendor/packery.pkgd.min.js",
"core/client/assets/vendor/jquery.hammer.min.js",
"core/client/assets/vendor/fastclick.js",

"core/client/init.js",

Expand Down
Loading

0 comments on commit 3b3d7a7

Please sign in to comment.