[Mobile] Tests

adjusted test to fill empty
functions.
This commit is contained in:
Shivam Dave 2015-07-30 13:30:03 -07:00
parent 1624866656
commit 495cd06ed5

View File

@ -149,7 +149,7 @@ define(
// Find and fire body's mousedown listener
mockMenu.on.calls.forEach(function (call) {
if (call.args[0] === 'mousedown') {
// call.args[1]();
call.args[1]();
}
});
@ -174,7 +174,7 @@ define(
mockMenu.on.calls.forEach(function (call) {
if (call.args[0] === 'touchstart') {
// call.args[1]();
call.args[1]();
}
});
});