Skip to content

Rejecting jqDeferred object does not fire the Fail event #186

@designbyadrian

Description

@designbyadrian

When using the vanilla variant of imagesLoaded

var imgLoad = imagesLoaded( elem );

and listening for onAlways, onDone, and onFail

imgLoad.on('fail',callback)

telling the jqDeferred object to reject imgLoad.jqDeferred.reject() does not make it fire the fail event.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions