Fix typescript file name

This commit is contained in:
Michael DESIGAUD
2016-02-24 19:03:01 +01:00
parent e2158078ba
commit 7d71ad4c0d
3 changed files with 2 additions and 2 deletions
@@ -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(() => {},() => {}, () => {});