Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Oct 9, 2016
1 parent 07ee1fd commit bd952af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/theme/template/Content/Article.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export default class Article extends React.Component {
static contextTypes = {
intl: PropTypes.object.isRequired,
}

componentDidMount() {
this.componentDidUpdate();
}
Expand All @@ -19,6 +18,7 @@ export default class Article extends React.Component {
if (links.length === 0) {
return;
}
// eslint-disable-next-line
const checkImgUrl = 'https://g-assets.daily.taob' + 'ao.net/seajs/seajs/2.2.0/sea.js';
this.pingTimer = utils.ping(checkImgUrl, (status) => {
if (status !== 'timeout') {
Expand Down

0 comments on commit bd952af

Please sign in to comment.