Velocipede's User, Sales, and Bike Inventory Web App
 
 
 
 
 
 

8 lines
133 B

{
updateStats: function(){
// Call endpoint
this.serverUpdate({}, function(){
//success callback
}, this);
}
}