Whitespace

This commit is contained in:
小太
2013-08-04 02:08:34 +10:00
parent 29a198bc8d
commit 37fe86c9c1

View File

@@ -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';