#232 closed defect (duplicate)
dojo.event.topic.unsubscribe is subscribing, not unsubscribing
Reported by: | Gavin Joyce | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Core | Version: | 0.1 |
Keywords: | topic unsubscribe subscribe | Cc: | |
Blocked By: | Blocking: |
Description
the unsubscribe prototype of dojo.event.topic has the following line:
topic.subscribe(obj, funcName);
this should be:
topic.unsubscribe(obj, funcName);
Change History (2)
comment:1 Changed 17 years ago by
Milestone: | → 0.2release |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This was fixed in rev [1403]. Please check out a nightly build from http://archive.dojotoolkit.org/ for a version that does not include this bug.