Changeset 13246
- Timestamp:
- 03/31/08 20:33:59 (9 months ago)
- Files:
-
- 1 modified
-
dojox/trunk/cometd/_base.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dojox/trunk/cometd/_base.js
r13211 r13246 350 350 if(s==0){ 351 351 props = props||{}; 352 props.channel = "/meta/ subscribe";352 props.channel = "/meta/unsubscribe"; 353 353 props.subscription = channel; 354 354 delete this._subscriptions[tname]; … … 585 585 // dispatch the message to any locally subscribed listeners 586 586 try { 587 var messages=[message];587 var messages=[message]; 588 588 589 589 // Determine target topic