cwilso / WebMIDIAPIShim

Polyfill using the Jazz NPAPI MIDI plugin to implement the Web MIDI API on Mac and Windows.
380 stars 53 forks source link

Update WebMIDIAPI.js #32

Closed jaycliff closed 10 years ago

jaycliff commented 11 years ago

Changed the MIDIAccess function statement to a function expression since it's already declared at the topmost var statement (I missed that warning before, sorry).

Minor code adjustments and spacing cleanup, should now be easier to maintain :)

You rock.