Skip to content

Commit

Permalink
comma missing
Browse files Browse the repository at this point in the history
  • Loading branch information
YushraJewon committed Aug 13, 2024
1 parent 04fd03e commit 9d62cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/SimpleCameraPreview.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ SimpleCameraPreview.initVideoCallback = function (onSuccess, onError, callback)
}
this.videoCallback(info);
} ,
onError
onError,
PLUGIN_NAME,
"initVideoCallback",
[]
Expand Down

0 comments on commit 9d62cae

Please sign in to comment.