Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | V1origin/v1-beta | Wilson Page | 2016-01-04 | 1 | -110/+0 |
| | |||||
* | Should be allowed to pass and id as a string or a number to .clear()origin/issue54 | Wilson Page | 2015-03-17 | 1 | -0/+14 |
| | |||||
* | Make a differentiation between the read.write batch and the frame queue | Wilson Page | 2013-10-14 | 1 | -1/+1 |
| | |||||
* | Re-write with single rAF loop | Wilson Page | 2013-10-14 | 1 | -7/+6 |
| | |||||
* | Set up JSHint and fix outstanding violations | Timo Tijhof | 2013-10-12 | 1 | -6/+6 |
| | | | | | | | Added a jshintrc file resembling as close as what the source code did already. The only violation was that main code used single quotes and tests double quotes. Shall we go for single quotes, then? | ||||
* | Various minor clean up | Timo Tijhof | 2013-10-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | * main: Fix typo in comment * package: Removed redundant "node_modules/.bin" prefix. npm script commands are executed in a subshell with that directory in the execution path: https://npmjs.org/doc/scripts.html#ENVIRONMENT So even if the shell running `npm test` didn't install have it globally, this will work fine. * Add missing newline at EOF of various files. * Consistently use single quotes (main js file does so mostly except for one line). * Consistently name test suites lowercase (in case of 'defer' and 'clear', like the method names they test). | ||||
* | Add tests to check refs are being cleaned up | Wilson Page | 2013-10-05 | 1 | -0/+18 |
| | |||||
* | Single clear method to clear all types of job (closes #16 closes #9) | Wilson Page | 2013-10-05 | 1 | -4/+23 |
| | |||||
* | Update tests to match new API | Wilson Page | 2013-09-16 | 1 | -8/+8 |
| | |||||
* | Change name from dombatch to fastdom | Wilson Page | 2013-09-10 | 1 | -13/+13 |
| | |||||
* | Convert test suit to Mocha | Wilson Page | 2013-08-27 | 1 | -19/+19 |
| | |||||
* | Rename and move unused files | Wilson Page | 2013-08-27 | 1 | -0/+60 |