Skip to content

jQuery.ready is not called #37

@dcrec1

Description

@dcrec1

I have a script with a code like this:

$.ready(function() {
...
})

After I updated Blue Ridge, the code is not called anymore and some tests that verify an initial behaviour began to fail.

To make them pass again I had to do something like this:

require("...", {'onload': jQuery.ready})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions