[Mobile] Tests

Removed mockMenu from ContextMenuGestureSpec.
This commit is contained in:
Shivam Dave 2015-08-04 16:58:37 -07:00
parent 6b65ae77e7
commit f46a0853b9

View File

@ -81,12 +81,6 @@ define(
// Capture the contextmenu callback
fireGesture = mockElement.on.mostRecentCall.args[1];
mockMenu.on.calls.forEach(function (call) {
if (call.args[0] === 'touchstart') {
call.args[1](mockEvent);
}
});
});
});
}