Authored by chenl

修复bind错误。review by luliang。

@@ -25,7 +25,6 @@ import YH_Image from '../../../common/components/YH_Image'; @@ -25,7 +25,6 @@ import YH_Image from '../../../common/components/YH_Image';
25 export default class HotCategoryIndividualization extends Component { 25 export default class HotCategoryIndividualization extends Component {
26 constructor(props) { 26 constructor(props) {
27 super(props); 27 super(props);
28 - this._renderRow = this._renderRow.bind(this);  
29 this.dataSource = new ListView.DataSource({ 28 this.dataSource = new ListView.DataSource({
30 rowHasChanged: (r1, r2) => !Immutable.is(r1, r2), 29 rowHasChanged: (r1, r2) => !Immutable.is(r1, r2),
31 }); 30 });