Please follow these basic steps to simplify pull request reviews - if you don't you'll probably just be asked to anyway.
- Please rebase your branch against the current master
- Run
npm install
to make sure your development dependencies are up-to-date - grunt-cli >= 0.4.1 is required to sanity check your contribution
- Please ensure that resrc.js is lint free before submitting a PR by running:
grunt build
- If you've added new functionality, please include tests which validate its behaviour
- Where at all possible, please try and provide a link to a jsfiddle.net example or similar
- Please detail the affected browser(s) and operating system(s)