#9599 closed bug (invalid)
Google Chrome, Maximum call stack size exceed when run unbind event
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | event | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When I run this code in Google Chrome console or in class function
(function(){ $(window).unbind( 'resize .myClass' ); })();
I have error: RangeError: Maximum call stack size exceeded
Change History (2)
comment:1 Changed 12 years ago by
Component: | unfiled → event |
---|---|
Priority: | undecided → low |
Resolution: | → invalid |
Status: | new → closed |
comment:2 Changed 12 years ago by
Yes this event namespace have space. But how You tell This situation is invalid and not produce good information about problem.
Note: See
TracTickets for help on using
tickets.
The code shown is invalid. To namespace events, do .unbind('resize.myClass') with no spaces. Help is always available on the jQuery forums or on the #jquery irc channel.