Initial commit
parents
Showing
.gitignore
0 → 100644
.npmignore
0 → 100644
LICENSE
0 → 100644
Makefile
0 → 100644
README.md
0 → 100644
bower.json
0 → 100644
component.json
0 → 100644
examples/focus.html
0 → 100644
examples/input.html
0 → 100644
examples/layer.html
0 → 100644
lib/fastclick.js
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "fastclick", | ||
| "version": "1.0.6", | ||
| "description": "Polyfill to remove click delays on browsers with touch UIs.", | ||
| "maintainers": [ | ||
| { | ||
| "name": "Matthew Caruana Galizia", | ||
| "email": "m@m.cg", | ||
| "url": "http://m.cg/" | ||
| } | ||
| ], | ||
| "author": { | ||
| "name": "Rowan Beentje", | ||
| "email": "rowan.beentje@ft.com" | ||
| }, | ||
| "contributors": [ | ||
| { | ||
| "name": "Rowan Beentje", | ||
| "email": "rowan.beentje@ft.com" | ||
| }, | ||
| { | ||
| "name": "Matthew Caruana Galizia", | ||
| "email": "m@m.cg" | ||
| } | ||
| ], | ||
| "main": "lib/fastclick.js", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git://github.com/ftlabs/fastclick.git" | ||
| }, | ||
| "keywords": [ | ||
| "fastclick", | ||
| "mobile", | ||
| "touch", | ||
| "tap", | ||
| "click", | ||
| "delay" | ||
| ], | ||
| "licenses": [ | ||
| { | ||
| "type": "MIT", | ||
| "url": "http://opensource.org/licenses/MIT" | ||
| } | ||
| ], | ||
| "implements": [ | ||
| "CommonJS/Modules/1.0" | ||
| ], | ||
| "homepage": "https://github.com/ftlabs/fastclick" | ||
| } |
tests/10.html
0 → 100644
tests/111.html
0 → 100644
tests/160-reduced.html
0 → 100644
tests/160.html
0 → 100644
tests/176.html
0 → 100644
tests/18.html
0 → 100644
tests/22.html
0 → 100644
tests/226.html
0 → 100644
tests/23-reduced.html
0 → 100644
tests/23.html
0 → 100644
tests/24.html
0 → 100644
tests/26.html
0 → 100644
tests/27.html
0 → 100644
tests/30.html
0 → 100644
tests/32.html
0 → 100644
tests/36.html
0 → 100644
tests/37-reduced.html
0 → 100644
tests/37a.html
0 → 100644
tests/37b.html
0 → 100644
tests/42.html
0 → 100644
tests/44.html
0 → 100644
tests/45.html
0 → 100644
tests/48.html
0 → 100644
tests/51-reduced.html
0 → 100644
tests/6.html
0 → 100644
tests/60.html
0 → 100644
tests/62.html
0 → 100644
tests/68.html
0 → 100644
tests/6b.html
0 → 100644
tests/7.html
0 → 100644
tests/83-reduced.html
0 → 100644
tests/83.html
0 → 100644
tests/84.html
0 → 100644
Please register or sign in to comment