Side navigation
#1433 closed bug (invalid)
Opened July 29, 2007 01:50PM UTC
Closed October 11, 2009 11:45PM UTC
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
};
Attachments (0)
Change History (1)
Changed October 11, 2009 11:45PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
Not part of jQuery core.