Skip to content

Commit af34a6a

Browse files
committed
fix: remove block when readMobileData
1 parent cd24da6 commit af34a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/ACR-NFC-Reader-PhoneGap-Plugin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ ACR.readData = function(block, password, success, failure) {
129129
}
130130
};
131131

132-
ACR.readMobileData = function(block, success, failure) {
132+
ACR.readMobileData = function(success, failure) {
133133
ACR.selectFile(ACR.AID, success, failure);
134134
};
135135

0 commit comments

Comments
 (0)