-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hi Thanks for the library, finding it really useful in a current project.
I have found a typo problem between the NPM vs Github version. On line 136 of bitmap.js from NPM I get the line which causes issues
deferred.rejecyt(error);
but the github version of the same code correctly has
deferred.reject(error);
Any idea whats going on. They both seem to have the same version number
Metadata
Metadata
Assignees
Labels
No labels