1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

run linter

This commit is contained in:
brunobar79 2018-07-21 16:03:31 -04:00
parent e2fa3ba415
commit 5ebefc0e50
2 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ class DetectTokensController {
} }
}) })
} }
/** /**
* Internal isActive state * Internal isActive state
* @type {Object} * @type {Object}

View File

@ -1436,7 +1436,7 @@ module.exports = class MetamaskController extends EventEmitter {
} }
/** /**
* A method for activating the retrieval of price data and auto detect tokens, * A method for activating the retrieval of price data and auto detect tokens,
* which should only be fetched when the UI is visible. * which should only be fetched when the UI is visible.
* @private * @private
* @param {boolean} active - True if price data should be getting fetched. * @param {boolean} active - True if price data should be getting fetched.