Ticket #3840 (new defect)
dojox.cometd.subscribe() parameter checking logic error
| Reported by: | guest | Owned by: | alex |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2 |
| Component: | DojoX Cometd | Version: | 0.9 |
| Severity: | normal | Keywords: | cometd |
| Cc: |
Description (last modified by alex) (diff)
Currently:
if((useLocalTopics !== true)
Should probably be:
if((useLocalTopics !== true)&&(useLocalTopics !== false)){
assuming that the intent is to check whether useLocalTopics is a boolean.
Change History
Note: See
TracTickets for help on using
tickets.