Ticket #3840 (new defect)

Opened 12 months ago

Last modified 4 weeks ago

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)(useLocalTopcis !== false)){

Should probably be:

if((useLocalTopics !== true)&&(useLocalTopics !== false)){

assuming that the intent is to check whether useLocalTopics is a boolean.

Change History

Changed 12 months ago by ttrenka

  • owner changed from ttrenka to alex

Changed 4 months ago by dylan

  • milestone set to 1.2

Changed 4 weeks ago by alex

  • component changed from Dojox to DojoX Cometd
  • description modified (diff)
Note: See TracTickets for help on using tickets.