Skip to content

Commit

Permalink
Fix merge conflicts
Browse files Browse the repository at this point in the history
Merge branch 'master' of github.com:lenage/react-qiniu
  • Loading branch information
lenage committed Sep 12, 2015
2 parents a59d47f + f817a60 commit 9d83ec4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

'use strict';
var React = require('react');
var Promise = require('bluebird');
var request = require('superagent-bluebird-promise');

var isFunction = function (fn) {
Expand Down Expand Up @@ -90,7 +89,7 @@ var ReactQiniu = React.createClass({
},

onClick: function () {
if (this.props.supportClick === true) {
if (this.props.supportClick) {
this.open();
}
},
Expand Down

0 comments on commit 9d83ec4

Please sign in to comment.