mirror of
https://github.com/fspc/BikeShed-1.git
synced 2025-03-01 09:13:23 -05:00
9 lines
133 B
JavaScript
9 lines
133 B
JavaScript
|
{
|
||
|
updateStats: function(){
|
||
|
// Call endpoint
|
||
|
this.serverUpdate({}, function(){
|
||
|
//success callback
|
||
|
}, this);
|
||
|
}
|
||
|
}
|