This commit is contained in:
Michael Deal 2012-11-20 22:56:59 -08:00
parent bec7710bdc
commit 879722c910

View file

@ -1,10 +1,9 @@
/* /*
-------------------------------------
MIDI.loadPlugin(callback, type); MIDI.loadPlugin(callback, type);
------------------------------------- -------------------------------------
https://github.com/mudx/MIDI.js https://github.com/mudx/MIDI.js
------------------------------------- -------------------------------------
*/ */
if (typeof (MIDI) === "undefined") var MIDI = {}; if (typeof (MIDI) === "undefined") var MIDI = {};