• Sean Hammond's avatar
    Fix a crash when rendering annotations · 94b08517
    Sean Hammond authored
    The dates passed in to toFuzzyString() and nextFuzzyUpdate() are
    actually date strings and not (as in the tests) Date objects, but the
    code expects Date objects, so it crashes in production (but works fine
    in the tests).
    
    Fix both the production code and the tests to use date strings.
    94b08517
Name
Last commit
Last update
h Loading commit data...
scripts Loading commit data...
.hound.yml Loading commit data...
.jscsrc Loading commit data...
.jshintignore Loading commit data...
.jshintrc Loading commit data...
gulpfile.js Loading commit data...
package.json Loading commit data...