Opened 11 years ago
Closed 11 years ago
#11965 closed enhancement (fixed)
Create deprecated.js to contain as much of the deprecated stuff as possible
Reported by: | gnarf | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8 |
Component: | build | Version: | git |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
This way we can exclude it from builds...
Change History (6)
comment:1 Changed 11 years ago by
Component: | unfiled → build |
---|---|
Milestone: | None → 1.8 |
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
This will likely have a number of submissions from different core devs. I'm going to step up and create the first entry - moving $.browser to new src/deprecated.js
comment:6 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Adds src/deprecated.js, test/unit/deprecated.js; -deprecated flag; Moves jQuery.browser and removes use in test/unit/ajax.js. Fixes #11965
Changeset: a2758377df7eef02d155a30f869bdc3d8b7c02b9
Note: See
TracTickets for help on using
tickets.
Nice idea!