diff options
Diffstat (limited to 'app/components/AccountInput.js')
| -rw-r--r-- | app/components/AccountInput.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/components/AccountInput.js b/app/components/AccountInput.js index 7866a6c281..335a8db99b 100644 --- a/app/components/AccountInput.js +++ b/app/components/AccountInput.js @@ -104,7 +104,7 @@ export default class AccountInput extends Component { * * @private * @param {String?} val string - * @returns String + * @returns {String} * * @memberOf AccountInput */ @@ -119,7 +119,7 @@ export default class AccountInput extends Component { * @param {String} val original string * @param {String} insert insertion string * @param {Array} selRange selection range ([x,y]) - * @returns Object + * @returns {Object} * * @memberOf AccountInput */ @@ -139,7 +139,7 @@ export default class AccountInput extends Component { * @private * @param {String} val original string * @param {Array} selRange selection range ([x,y]) - * @returns Object + * @returns {Object} * * @memberOf AccountInput */ @@ -169,7 +169,7 @@ export default class AccountInput extends Component { * @private * @param {String} val original string * @param {Array} domRange selection range from DOM - * @returns Object + * @returns {Object} * * @memberOf AccountInput */ @@ -197,7 +197,7 @@ export default class AccountInput extends Component { * @private * @param {String} val original string * @param {Array} selRange selection range - * @returns Object + * @returns {Object} * * @memberOf AccountInput */ |
