Skip to content

Commit

Permalink
Bug 1066994 - Fix Travis failure "Line 64: Unexpected token ;"
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Morley committed Sep 13, 2014
1 parent aa275ed commit ac87e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/js/models/repository.js
Expand Up @@ -61,7 +61,7 @@ treeherder.factory('ThRepositoryModel', [
unclassifiedFailureCount: 0,
unclassifiedFailureCountExcluded: 0,
groupName: repos[repoName].groupName
};
});
watchedRepos[repoName] = repos[repoName];
updateTreeStatus(repoName);
watchedReposUpdated();
Expand Down

0 comments on commit ac87e73

Please sign in to comment.