mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
rename
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/// <reference path="midi.d.ts" />
|
||||
/// <reference path="webmidi.d.ts" />
|
||||
/// <reference path="../es6-promise/es6-promise.d.ts" />
|
||||
|
||||
if (navigator.requestMIDIAccess !== undefined) {
|
||||
@@ -66,4 +66,4 @@ var onErrorCallback = (access: Error)=>{ };
|
||||
|
||||
var onMidiMessage = (event: Uint8Array)=>{
|
||||
console.log(event);
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user