From 3991e2c072f49523d346d995f6f7575237fcabcc Mon Sep 17 00:00:00 2001 From: Nicholas Wittstruck Date: Fri, 24 Oct 2014 15:17:05 +0200 Subject: [PATCH] fixed parameter name --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 82bf785dc..c397a9988 100644 --- a/app.js +++ b/app.js @@ -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