mdn / webaudio-examples

Code examples that accompany the MDN Web Docs pages relating to Web Audio.
https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API
Creative Commons Zero v1.0 Universal
1.28k stars 433 forks source link

delete empty <!-- --> comments in step-sequencer #48

Closed hamirmahal closed 2 years ago

hamirmahal commented 3 years ago

This is a very simple pull request that deletes some empty

<!--

        -->

comments in step-sequencer/index.html.

Update: I created #49 to track this issue. This pull request closes #49 if merged.

hamirmahal commented 2 years ago

@chrisdavidmills and @Rumyra, when can we merge this pull request?

Rumyra commented 2 years ago

Hi @hamirmahal - sorry for taking time to get back to you

The comments are there because of the way the pads were originally styled (to remove whitespace) - I'll need to check it out again to see if they can be removed without breaking the layout 👍