fixed parameter name

This commit is contained in:
Nicholas Wittstruck 2014-10-24 15:17:05 +02:00
parent d108e0588e
commit 3991e2c072
1 changed files with 1 additions and 1 deletions

2
app.js
View File

@ -1033,7 +1033,7 @@ function toggleRecording() {
Toolbar.toggleRecordingButtonState();
focus.setRecording(!oldState,
recordingToken,
function (state, result) {
function (state, path) {
console.log("New recording state: ", state);
if (state == oldState) //failed to change, reset the token because it might have been wrong