'create' should be handled in sync

Jonathan Frederic 12 years ago
parent 2b27b4101b
commit d9a703d305

@ -169,6 +169,7 @@ function(WidgetManager, Underscore, Backbone){
this.msg_buffer = _.extend(this.msg_buffer || {}, attrs);
break;
case 'update':
case 'create':
this.msg_buffer = attrs;
break;
default:

Loading…
Cancel
Save