summaryrefslogtreecommitdiffhomepage
path: root/app/components
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@codeispoetry.ru>2017-03-17 13:00:07 +0000
committerAndrej Mihajlov <and@codeispoetry.ru>2017-03-17 13:00:07 +0000
commitecdc49cc5866631aef05c5ffab91e46ff907bc36 (patch)
tree7e01663f6489fbc2c89315f846012e2d6b97b647 /app/components
parent3f44c0681bf6786a3fe6b6a0ded129028c8d1f7d (diff)
downloadmullvadvpn-ecdc49cc5866631aef05c5ffab91e46ff907bc36.tar.xz
mullvadvpn-ecdc49cc5866631aef05c5ffab91e46ff907bc36.zip
Update tray assets and hide spinner when window is visible
Diffstat (limited to 'app/components')
-rw-r--r--app/components/AccountInput.js10
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
*/