##// END OF EJS Templates
Fixed flushed messages not getting sent with new 'method' message tag
Jonathan Frederic -
Show More
@@ -203,7 +203,7 b' define(["components/underscore/underscore-min",'
203
203
204 var cell = this._get_msg_cell(msg.parent_header.msg_id);
204 var cell = this._get_msg_cell(msg.parent_header.msg_id);
205 var callbacks = this._make_callbacks(cell);
205 var callbacks = this._make_callbacks(cell);
206 var data = {sync_method: 'update', sync_data: this.msg_buffer};
206 var data = {method: 'backbone', sync_method: 'update', sync_data: this.msg_buffer};
207 this.comm.send(data, callbacks);
207 this.comm.send(data, callbacks);
208 this.msg_buffer = null;
208 this.msg_buffer = null;
209 } else {
209 } else {
General Comments 0
You need to be logged in to leave comments. Login now