From 37fe86c9c1ad0f8630b96f4e00a60cece0ecab8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=A4=AA?= Date: Sun, 4 Aug 2013 02:08:34 +1000 Subject: [PATCH] Whitespace --- tournaments/generator-round-robin.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tournaments/generator-round-robin.js b/tournaments/generator-round-robin.js index c50c9004f0..f559b3aaac 100644 --- a/tournaments/generator-round-robin.js +++ b/tournaments/generator-round-robin.js @@ -149,6 +149,7 @@ RoundRobin.prototype = { return 'UserNotAdded'; this.isUsersBusy[userIndex] = isBusy; }, + getAvailableMatches: function () { if (!this.isBracketFrozen) return 'BracketNotFrozen'; @@ -201,6 +202,7 @@ RoundRobin.prototype = { if (this.pendingMatches === 0) return true; }, + getResults: function () { if (!this.isBracketFrozen || this.pendingMatches !== 0) return 'TournamentNotEnded';