Opened 15 years ago
Closed 15 years ago
#2064 closed bug (fixed)
typo in offset method
Reported by: | wizzud | Owned by: | brandon |
---|---|---|---|
Priority: | minor | Milestone: | 1.2.2 |
Component: | offset | Version: | 1.2.1 |
Keywords: | offset | Cc: | |
Blocked by: | Blocking: |
Description
Typo in offset.js, line 75, regarding spelling of "absolute".
Reads ...
(mozilla && jQuery.css(offsetChild, "position") != "absoltue") )
Should read ...
(mozilla && jQuery.css(offsetChild, "position") != "absolute") )
Note: See
TracTickets for help on using
tickets.
Fixed in [4204]