Missing callback on go

Esse commit está contido em:
Laurent Eschenauer
2013-09-01 21:32:15 +02:00
commit d5173f4c87
+1 -1
Ver Arquivo
@@ -220,7 +220,7 @@ Controller.prototype.go = function(goal, callback) {
goal.yaw = goal.yaw.toRad();
}
return this._go(goal);
return this._go(goal, callback);
}
Controller.prototype._go = function(goal, callback) {