#14125 closed defect (fixed)
duplicate case statement in dojox.xmpp.xmppSession (1.7rc1)
Reported by: | lee | Owned by: | Dustin Machi |
---|---|---|---|
Priority: | high | Milestone: | 1.9 |
Component: | Dojox | Version: | 1.7.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Might not be important but I was using an IDE to build an app I'm writing and it was failing validation because in module:
in dojox.xmpp.xmppSession
function:
presenceUpdate()
there's a duplicate case statement for
case : "status"
Change History (5)
comment:1 Changed 9 years ago by
Owner: | changed from Adam Peller to Dustin Machi |
---|
comment:2 Changed 9 years ago by
comment:4 Changed 8 years ago by
The case:status is intentional... this syntax means that for both status and show, the same block of code will be called.
That said, I found quite a bit of other crufty code in here, so I cleaned-up what I could.
comment:5 Changed 8 years ago by
Milestone: | tbd → 1.9 |
---|
Note: See
TracTickets for help on using
tickets.
is anyone going to fix this ? please ?