Skip to content

Commit

Permalink
fix: remove document deviceready event
Browse files Browse the repository at this point in the history
  • Loading branch information
darkbaby123 committed Aug 21, 2015
1 parent ac16e17 commit 4f52d85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/ACR-NFC-Reader-PhoneGap-Plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ ACR.start = function() {
}
};

document.addEventListener('deviceready', ACR.handleFromIntentFilter, false);

//ACR.convertMetadata = function(r){
//var h = {};
//if(r.data =="3B80800101"){
Expand Down Expand Up @@ -162,4 +160,6 @@ function _normalizePassword(password) {

window.ACR = ACR;

// document.addEventListener('deviceready', ACR.handleFromIntentFilter, false);

})();

0 comments on commit 4f52d85

Please sign in to comment.