We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b9fa02 commit aa56ed0Copy full SHA for aa56ed0
app/js/index.js
@@ -1,12 +1,13 @@
1
var $ = require('jquery');
2
+var attachFastClick = require('fastclick');
3
4
$(document).ready(function(){
5
6
var AppController = require('./AppController.js');
7
8
var app = new AppController();
9
-
10
+ attachFastClick(document.body);
11
});
12
13
package.json
@@ -6,6 +6,7 @@
"dependencies": {
"backbone": "^1.1.2",
"express": "^4.1.0",
+ "fastclick": "^1.0.3",
"jquery": "^2.1.0",
"socket.io": "^0.9.16",
"socket.io-client": "^0.9.16",
0 commit comments