fix lint errors

This commit is contained in:
Jonathan Lipps
2014-05-06 14:14:05 +01:00
parent ca96b5c498
commit ea5e3775b2

View File

@@ -444,12 +444,12 @@ Android.prototype.initQueue = function () {
status: status.codes.UnknownError.code
, value: msg
}, cb);
}
}
}.bind(this), 1);
};
Android.prototype.push = function (elem) {
this.queue.push({action:elem[0][0], params:elem[0][1] || {}}, elem[1]);
this.queue.push({action: elem[0][0], params: elem[0][1] || {}}, elem[1]);
};
Android.prototype.wakeUp = function (cb) {