1
0
mirror of https://github.com/fspc/BikeShed-1.git synced 2025-03-01 09:13:23 -05:00

9 lines
133 B
JavaScript
Raw Normal View History

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