Skip to content

Commit

Permalink
fix: remove block when readMobileData
Browse files Browse the repository at this point in the history
  • Loading branch information
YangXiaomei committed Aug 26, 2015
1 parent cd24da6 commit af34a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/ACR-NFC-Reader-PhoneGap-Plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ ACR.readData = function(block, password, success, failure) {
}
};

ACR.readMobileData = function(block, success, failure) {
ACR.readMobileData = function(success, failure) {
ACR.selectFile(ACR.AID, success, failure);
};

Expand Down

0 comments on commit af34a6a

Please sign in to comment.