From 69dc96c7c86961824b9989ba467825728f7ffe25 Mon Sep 17 00:00:00 2001 From: Nick Winter Date: Mon, 12 May 2014 19:56:12 -0700 Subject: [PATCH] Fixed Rank My Game on my matches. --- app/views/play/ladder/my_matches_tab.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/play/ladder/my_matches_tab.coffee b/app/views/play/ladder/my_matches_tab.coffee index 0e9bd4cbb..f976f9eea 100644 --- a/app/views/play/ladder/my_matches_tab.coffee +++ b/app/views/play/ladder/my_matches_tab.coffee @@ -174,7 +174,7 @@ module.exports = class MyMatchesTabView extends CocoView button = $(e.target).closest('.rank-button') sessionID = button.data('session-id') session = _.find @sessions.models, {id: sessionID} - return unless @readyToRank(session) + return unless session.readyToRank() @setRankingButtonText(button, 'submitting') success = =>