Skip to content

Code error NPM vs Github version #3

@glennjones

Description

@glennjones

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions