cb is never used

This commit is contained in:
bootstraponline
2013-04-30 14:01:14 -03:00
parent 83b4a90191
commit 66d3710cc3

View File

@@ -13,7 +13,7 @@ $.extend(au, {
, mainWindow: UIATarget.localTarget().frontMostApp().mainWindow()
, mainApp: UIATarget.localTarget().frontMostApp()
, keyboard: function() { return UIATarget.localTarget().frontMostApp().keyboard(); }
, tapById: function(elementId, cb) {
, tapById: function(elementId) {
var element = this.getElement(elementId);
if (element) {
element.tap();