Skip to content

Commit f92ebc9

Browse files
committedAug 10, 2015
Merge pull request YahooArchive#155 from mdressman/patch-1
delete old change handler
2 parents 3380154 + 8b8077c commit f92ebc9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed
 

‎chat/components/MessageSection.jsx

-7
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,6 @@ var MessageSection = React.createClass({
5656
_scrollToBottom: function() {
5757
var ul = this.refs.messageList.getDOMNode();
5858
ul.scrollTop = ul.scrollHeight;
59-
},
60-
61-
/**
62-
* Event handler for 'change' events coming from the MessageStore
63-
*/
64-
_onChange: function() {
65-
this.setState(this.getStateFromStores());
6659
}
6760

6861
});

0 commit comments

Comments
 (0)