#7920 closed bug (invalid)
jquery.qtip-1.0.0-rc3.js missing i declaration
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | 1.next |
Component: | unfiled | Version: | 1.4.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
in jquery.qtip-1.0.0-rc3.js (and jquery.qtip-1.0.0-rc3.min.js) line 1896 for(i = 0; i < $.fn.qtip.interfaces.length; i++)
this throws an exception because i had not been declared - and if it is declared at the top of the function (matching the declare style for the rest of the file), this fixes it
adjustTimer = setTimeout(function() { var i;
With Regards
Duncan
Note: See
TracTickets for help on using
tickets.
The big red box on the "New Ticket" page rather clearly states:
This tracker you submitted your bug on is for jQuery core bugs only. Bug reports for plugins should be filed on the plugin site or directly to the respective authors of those plugins. You can also try posting to the correct subforum in the jQuery Forum and maybe get support from other users of the plugin.