Skip to content

Commit

Permalink
Merge branch 'video-single-cb-android' of github.com:spoonconsulting/…
Browse files Browse the repository at this point in the history
…cordova-plugin-simple-camera-preview into video-single-cb-android
  • Loading branch information
YushraJewon committed Aug 13, 2024
2 parents f5b435d + 9fb883b commit 04fd03e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions www/SimpleCameraPreview.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ SimpleCameraPreview.initVideoCallback = function (onSuccess, onError, callback)
}
this.videoCallback(info);
} ,
(err) => {
onError(err);
},
onError
PLUGIN_NAME,
"initVideoCallback",
[]
Expand Down

0 comments on commit 04fd03e

Please sign in to comment.