flick-tests.js revision f73e114472cbbf13620d87d85c9bf053ed8973a8
var eventData = {
},
noop = function() { },
CE = {
},
event = {
touches: [
{
pageX: 100,
pageY: 100,
clientX: 100,
clientY: 100,
screenX: 100,
screenY: 100
}
]
},
name: 'flick',
setUp: function() {
this.handles = [];
},
tearDown: function() {
h.detach();
});
},
'test: _onStart()': function() {
_extra: {
minTime: 5,
minDistance: 5
}
}, {
fire: function(e) {
}
});
},
'test: _onMove()': function() {
},
'test: _onEnd()': function() {
_fs: {
flick: {
},
pageX: 5,
pageY: 5,
},
_fmh: {
},
_extra: {
axis: 'x',
minTime: 1,
minDistance: 0,
minVelocity: 0,
}
}, {
fire: function(e) {
}
});
}
}));
});