Please review the guidelines for contributing to this repository.
- I am requesting to pull a topic/feature/bugfix branch (right side). In other words, not master.
- I have run
grunt
against my changes and both linting and tests pass. - I have added tests to prove my fix is affective or my feature works. This can be done in the form of unit tests in
test/bdd/test.js
or a new demo ondemo/index.html
. - I have added or edited necessary documentation in the README.md (if appropriate).
Fixes: #