Opened 7 years ago
Closed 7 years ago
#14903 closed feature (fixed)
Remove uses of jQuery.parseJSON()
Reported by: | Scott González | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | git |
Component: | [meta] ui.dev | Version: | git (not yet released) |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
jQuery will eventually deprecate `jQuery.praseJSON()` and we no longer support browsers that don't have native JSON support.
IE8 requires the document to be in standards mode, but we don't support quirks mode.
Change History (1)
comment:1 Changed 7 years ago by
Milestone: | → git |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in 2775253b5118f00f4cd669ce618a9da59b98e783.