Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Fix syntax error which prevented build
Browse files Browse the repository at this point in the history
Remove a spurious } which was introduced in PR #275
  • Loading branch information
richvdh committed Apr 19, 2016
1 parent e114f04 commit 683faf5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/views/rooms/MemberList.js
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,6 @@ module.exports = React.createClass({
// console.log("comparing ts: " + lastActiveTsA + " and " + lastActiveTsB);

return lastActiveTsB - lastActiveTsA;
}
},

onSearchQueryChanged: function(input) {
Expand Down Expand Up @@ -533,4 +532,3 @@ module.exports = React.createClass({
);
}
});

0 comments on commit 683faf5

Please sign in to comment.