HumbleSoftware / js-imagediff

JavaScript / Canvas based image diff utility with Jasmine matchers for testing canvas.
http://humblesoftware.github.com/js-imagediff/
MIT License
788 stars 99 forks source link

Jasmine2 fix #37

Closed cburgmer closed 10 years ago

cburgmer commented 10 years ago

This change fixes a peculiar issue I currently have with jasmine-core installed through npm (https://github.com/pivotal/jasmine/issues/608). The functional message form seems to only be included in never versions (and it is unclear to me whether there's been a release with that so far).

cesutherland commented 10 years ago

:thumbsup: