diff --git a/static/js/main.js b/static/js/main.js index 201c332..c20c615 100644 --- a/static/js/main.js +++ b/static/js/main.js @@ -263,16 +263,10 @@ var StoryRow = React.createClass({ }); var StoryTable = React.createClass({ - handleMoved: React.autoBind(function(direction) { - this.props.onStoryMoved(direction); - }), - handleSelected: React.autoBind(function(storyId) { - this.props.onStorySelected(storyId); - }), render: function() { var storyNodes = this.props.data.map(function (story) { - return ; }.bind(this)); return (