gesture-tests.js revision b709b3f1548f4819325e64c133062c2fbf1ed07d
var eventData = {
},
noop = function() { },
CE = {
},
event = {
touches: [
{
pageX: 100,
pageY: 100,
clientX: 100,
clientY: 100,
screenX: 100,
screenY: 100
}
]
},
name: 'movestart',
setUp: function() {
this.handles = [];
},
tearDown: function() {
h.detach();
});
"_dmsh": {
}
});
},
'test: _onStart()': function() {
_extra: {
minTime: 5,
minDistance: 5
}
}, {
fire: function(e) {
}
});
},
'test: _start()': function() {
fire: function(e) {
}
});
}
}));
name: 'move',
setUp: function() {
this.handles = [];
},
tearDown: function() {
h.detach();
});
"_dmh": {
}
});
},
'test: _onMove()': function() {
_extra: {
minTime: 5,
minDistance: 5
}
}, {
fire: function(e) {
}
});
}
}));
name: 'moveend',
setUp: function() {
this.handles = [];
},
tearDown: function() {
h.detach();
});
"_dmeh": {
}
});
},
'test: _onEnd()': function() {
_extra: {
minTime: 5,
minDistance: 5
}
}, {
fire: function(e) {
}
});
}
}));
});