Modify ↓
Ticket #4115 (closed enhancement: fixed)
Faster Offset Initialization
| Reported by: | john | Owned by: | brandon |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3.2 |
| Component: | offset | Version: | 1.3.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
For the last line in the initialization function just have it be:
jQuery.offset.initialize = function(){};
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Another point to consider: Should initialization be done on page load?