Comply w/ coding style

This commit is contained in:
Lyubo Marinov
2017-02-28 23:22:02 -06:00
parent c361e1e31a
commit 18368fefaa
32 changed files with 400 additions and 298 deletions
@@ -1,6 +1,6 @@
import React, { Component } from 'react';
import { translate } from '../../base/translation';
import { translate } from '../../base/i18n';
declare var AJS: Object;
@@ -57,10 +57,10 @@ class ReloadTimer extends Component {
step: React.PropTypes.number,
/**
* The function used to translate strings.
* The function to translate human-readable text.
*
* @public
* @type {func}
* @type {Function}
*/
t: React.PropTypes.func
}