Opened 13 years ago
Closed 10 years ago
#5147 closed enhancement (fixed)
Make dojo.subscribe place an entry in _topics in case a topic is later registered
Reported by: | Neil Roberts | Owned by: | dylan |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Events | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Make dojo.subscribe place an entry in _topics in case a topic is later registered.
Change History (10)
comment:1 Changed 13 years ago by
Owner: | changed from alex to slightlyoff |
---|
comment:2 Changed 13 years ago by
Owner: | changed from slightlyoff to alex |
---|
comment:3 Changed 13 years ago by
Milestone: | 1.0.1 → 1.0.2 |
---|
comment:4 Changed 13 years ago by
comment:5 Changed 13 years ago by
Milestone: | 1.0.2 → 1.1 |
---|
comment:6 Changed 13 years ago by
Milestone: | 1.1 → 1.2 |
---|
comment:7 Changed 12 years ago by
Milestone: | 1.2 → 1.3 |
---|
bump enhancements to next milestone, as we prepare to close out 1.2
comment:8 Changed 12 years ago by
Component: | General → Events |
---|---|
Milestone: | 1.3 → future |
comment:9 Changed 10 years ago by
Owner: | changed from alex to dylan |
---|
comment:10 Changed 10 years ago by
Milestone: | future → 1.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Looks like this is already working, I tried the code below in firebug and it printed to the console.
dojo.subscribe("foo", function(a, b, c){ console.log("event foo", a, b, c); }); dojo.publish("foo", [1,2,3]);
Actually the code above worked in 1.0 too, looks like this was fixed a long time ago. Or I'm misunderstanding the request.
Note: See
TracTickets for help on using
tickets.
does this need to go in 1.0.x?