fix(nfc): don't bind to name field, fix #740 (#749)

This commit is contained in:
Ramon Henrique Ornelas 2016-10-27 20:51:21 -02:00 committed by Ibrahim Hadeed
parent b3eed47cbb
commit ca43394185

View File

@ -161,7 +161,7 @@ export class Ndef {
/**
* @private
*/
static name = 'NFC';
static pluginName = 'NFC';
/**
* @private
*/