Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

tests/unit/event_core.js: bracket prototype modifications and remove attached handlers #7012

Open
@gabrielschulhof

Description

@gabrielschulhof

The scope of this issue is is as follows:

  1. Some prototypes are overridden in the file, but the overrides remain across modules. Instead, the overrides should be applied at setup() and removed at teardown().
  2. There are many places in the file where event handlers are attached using .bind(), when .one() would suffice. There are also instances where event handlers are attached while they are not expected to fire. In those cases they should be explicitly detached.

Activity

modified the milestones: 1.5.0, 1.6.0 on Jun 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @arschmitz@gabrielschulhof

        Issue actions

          tests/unit/event_core.js: bracket prototype modifications and remove attached handlers · Issue #7012 · jquery-archive/jquery-mobile