Skip to content

Commit

Permalink
fix(nfc): don't bind to name field, fix #740 (#749)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonornela authored and ihadeed committed Oct 27, 2016
1 parent b3eed47 commit ca43394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/nfc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export class Ndef {
/**
* @private
*/
static name = 'NFC';
static pluginName = 'NFC';
/**
* @private
*/
Expand Down

0 comments on commit ca43394

Please sign in to comment.