Opened 13 years ago
Closed 13 years ago
#4946 closed defect (fixed)
Cometd does not load on IE, extra comma
Reported by: | guest | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 1.0 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
Extra comma in cometd.js breaks IE.
Line 613:
this.openTunnelWith({
607 message: dojo.toJson([ 608 { 609 channel: "/meta/connect", 610 connectionType: "callback-polling", 611 clientId: this._cometd.clientId, 612 timestamp: this.lastTimestamp, 613 id: this._cometd.messageId++, 614 } 615 ]) 616 }); 617 }
Attachments (1)
Change History (3)
comment:1 Changed 13 years ago by
Owner: | changed from anonymous to Jared Jurkiewicz |
---|
Changed 13 years ago by
Attachment: | dojox._cometd.cometd_20071030.patch added |
---|
Minor patch to cometd.js
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
I'll fix this. Trivial update.