Removed sync_method parameter from backbone msg spec

This commit is contained in:
Jonathan Frederic 2014-01-07 12:39:45 +00:00
parent 4e19dd7933
commit 5ced2816e7

View File

@ -149,7 +149,7 @@ function(widget_manager, underscore, backbone){
}
}
var data = {method: 'backbone', sync_method: method, sync_data: send_json};
var data = {method: 'backbone', sync_data: send_json};
this.comm.send(data, options.callbacks);
this.pending_msgs++;
}