diff options
Diffstat (limited to 'cao-common.js')
| -rw-r--r-- | cao-common.js | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/cao-common.js b/cao-common.js index c71036d..1b1b309 100644 --- a/cao-common.js +++ b/cao-common.js @@ -17,7 +17,7 @@ var CAO = function() {      this.on_player_joined_game = function() { /* to override */ };      this.on_card_played = function() { /* to override */ };      this.on_cards_collected = function() { /* to override */ }; -    this.on_updated_score = function(new_score) { }; +    this.on_updated_score = function(new_score) { /* to override */ };      var request_queue = [];  | 
