Opened 14 years ago
Closed 12 years ago
#3840 closed defect (wontfix)
dojox.cometd.subscribe() parameter checking logic error
Reported by: | guest | Owned by: | dylan |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | DojoX Cometd | Version: | 0.9 |
Keywords: | cometd | Cc: | |
Blocked By: | Blocking: |
Description (last modified by )
Currently:
(useLocalTopcis !== false)){ |
Should probably be:
if((useLocalTopics !== true)&&(useLocalTopics !== false)){
assuming that the intent is to check whether useLocalTopics is a boolean.
Change History (5)
comment:1 Changed 14 years ago by
Owner: | changed from Tom Trenka to alex |
---|
comment:2 Changed 13 years ago by
Milestone: | → 1.2 |
---|
comment:3 Changed 13 years ago by
Component: | Dojox → DojoX Cometd |
---|---|
Description: | modified (diff) |
comment:4 Changed 13 years ago by
Owner: | changed from alex to dylan |
---|---|
Status: | new → assigned |
comment:5 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
useLocalTopics was removed in [10664]. I assume there is a reason/alternative, though I don't know yet what that is.