Opened 13 years ago
Closed 13 years ago
#4506 closed bug (invalid)
jQuery.event.specialAll[type].teardown is undefined
Reported by: | likemandrake | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | unfiled | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hello
I probably found jQuery bug. Please visit page http://likemandrake.pl.pl/bug.html to view this error.
My browser throws error (when I refresh (reload) page):
Error: jQuery.event.specialAll[type].teardown is undefined, File source: http://jqueryjs.googlecode.com/files/jquery-1.3.2.js, Line: 2561
This error was not throwed first load time.
My browser:
Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.0.5) Gecko/2008121300 SUSE/3.0.5-1.1 Firefox/3.0.5
jQuery version: 1.3.2
Best regards
PS: I'm really sorry for my English
Note: See
TracTickets for help on using
tickets.
You added a method to
Object.prototype
; jQuery does not support that.