touch-tests.js revision f6da45681ddaffda1875df394a8c51edb5a490b4
noop = function() {},
name: 'Touch',
setUp: function() {
var touches = [
{
pageX: 100,
pageY: 100
}
];
var event = new Y.DOMEventFacade({
type: 'touch',
scale: 1,
rotation: 1,
identifier: 'foobar',
pageX: 100,
pageY: 100,
}, node.getDOMNode());
},
'test: touch init': function() {
},
'test: touch properties': function() {
},
'test: touch nodes': function() {
}
}));
});