Skip to main content

Bug Tracker

Side navigation

#2064 closed bug (fixed)

Opened December 17, 2007 09:03AM UTC

Closed December 17, 2007 02:38PM UTC

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") )

Attachments (0)
Change History (1)

Changed December 17, 2007 02:38PM UTC by brandon comment:1

resolution: → fixed
status: newclosed

Fixed in [4204]