Missing bracket in docblock.

feature/default_network_editable
Dan 7 years ago
parent 649d2f8b22
commit 164f9c4662
  1. 2
      app/scripts/controllers/preferences.js

@ -133,7 +133,7 @@ class PreferencesController {
* Removes a specified token from the tokens array.
*
* @param {string} rawAddress Hex address of the token contract to remove.
* @returns {Promise<array> The new array of AddedToken objects
* @returns {Promise<array>} The new array of AddedToken objects
*
*/
removeToken (rawAddress) {

Loading…
Cancel
Save