touch-tests.js revision c50298e7ad9076694bfccf1ff3d0b340f601e9b4
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() {
},
_should: {
fail: {
}
}
}));
});