Opened 15 years ago
Closed 15 years ago
#3161 closed task (fixed)
need inline doc for dojo.subscribe(), dojo.unsubscribe(), and dojo.publish()
Reported by: | bill | Owned by: | sjmiles |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Events | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
(see summary, above)
Change History (3)
comment:1 Changed 15 years ago by
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [8914]) Inline docs for subscribe/unsubscribe/publish, refs #3161. Change API so that the handle returned from subscribe is all you need (necessary and sufficient) for unsubscribe, refs #3154.