When trying to use the library, I'm getting:
ReferenceError: _ is not defined
I don't see this anywhere in the docs.
Ideally, you may consider publishing this on NPM and/or Bower, which would allow dependency specification (Underscore or Lodash, and anything else needed would be installed along) and, in the case of the former, would allow the library to be usable without attaching itself to the global scope (with minimal code changes).
Thanks!