Skip to content

Commit

Permalink
update dist/cordova-plugin-iosrtc.js build
Browse files Browse the repository at this point in the history
  • Loading branch information
hthetiot committed May 23, 2020
1 parent a76178a commit df3105c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/cordova-plugin-iosrtc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3127,7 +3127,7 @@ function requestPermission(needMic, needCamera, callback) {
}

function callbackifyMethod(originalMethod) {
return function (arg) {
return function (arg) { // jshint ignore:line
var success, failure,
originalArgs = Array.prototype.slice.call(arguments);

Expand Down

0 comments on commit df3105c

Please sign in to comment.