From 879722c910053a9b338d97f7b1c0ad1e7ca5934f Mon Sep 17 00:00:00 2001 From: Michael Deal Date: Tue, 20 Nov 2012 22:56:59 -0800 Subject: [PATCH] . --- js/MIDI/loadPlugin.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/MIDI/loadPlugin.js b/js/MIDI/loadPlugin.js index f3b6986..8740c70 100644 --- a/js/MIDI/loadPlugin.js +++ b/js/MIDI/loadPlugin.js @@ -1,10 +1,9 @@ /* - + ------------------------------------- MIDI.loadPlugin(callback, type); ------------------------------------- https://github.com/mudx/MIDI.js ------------------------------------- - */ if (typeof (MIDI) === "undefined") var MIDI = {};