'create' should be handled in sync

This commit is contained in:
Jonathan Frederic 2014-01-21 15:22:26 -08:00
parent 2b27b4101b
commit d9a703d305

View File

@ -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: