mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fix typescript file name
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/// <reference path="PhoneGapNfc.d.ts"/>
|
||||
/// <reference path="phonegap-nfc.d.ts"/>
|
||||
|
||||
let record:NdefRecord = ndef.record(0x01,[0x0F],[0x0C],[0xFF]);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/// <reference path="PhoneGapNfc.d.ts"/>
|
||||
/// <reference path="phonegap-nfc.d.ts"/>
|
||||
|
||||
nfc.addTagDiscoveredListener(() => {});
|
||||
nfc.addTagDiscoveredListener(() => {},() => {}, () => {});
|
||||
Reference in New Issue
Block a user