reorganized stuff

This commit is contained in:
Edin Dazdarevic
2015-01-25 13:38:25 +01:00
parent 769230eda1
commit 301e40f976
10 changed files with 116 additions and 107 deletions

View File

@@ -29,7 +29,7 @@ var SectionsListComponent = React.createClass({
}.bind(this)});
},
onMouseOver: function(section) {
console.log('mouse over!', section);
//console.log('mouse over!', section);
this.setState({
hoveredSection: section.get('id')