First munit.js pull request!

Linus Torvalds might dislike GitHub's pull requests system but it is pretty good for getting people to contribute, as demonstrated by the first munit.js pull request! Only two days after being released into the wild :-D

Thanks to Dennis Ciccale, munit.js is now way slimmer: 80 lines versus the previous 95! Yeah!

By the way, I used git's cherry pick functionality to hand pick two of the three commits in the request. This tutorial is super clear and might be handy if you get pull requests with tons of commits but you're only interested in some of them. Beats manually adding in the interesting pieces with a text editor!