Bug Tracker

Ticket #2064 (closed bug: fixed)

Opened 10 months ago

Last modified 10 months ago

typo in offset method

Reported by: wizzud Assigned to: brandon
Type: bug Priority: minor
Milestone: 1.2.2 Component: offset
Version: 1.2.1 Keywords: offset
Cc: Needs: Review

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

Change History

Changed 10 months ago by brandon

  • status changed from new to closed
  • resolution set to fixed

Fixed in [4204]

Note: See TracTickets for help on using tickets.