Opened 16 years ago
Closed 13 years ago
#1433 closed bug (invalid)
Safari bug in minmax plugin
Reported by: | stevenbristol | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.1.4 |
Component: | plugin | Version: | 1.1.3 |
Keywords: | minmax safari | Cc: | |
Blocked by: | Blocking: |
Description
Safari does not like the use of the word "native" in the minmax plugin:
jQuery.minmax = {
active: false, native: false
};
Changing it to "Native" (or anything else) makes safari happy again.
jQuery.minmax = {
active: false, Native: false
};
Note: See
TracTickets for help on using
tickets.
Not part of jQuery core.