1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui/app/store
Mark Stacey d0e7f4beaf
Fix comment above callBackgroundThenUpdateNoSpinner function (#8382)
The comment above this function was originally written for a different
function: `callBackgroundThenUpdate`. It was mistakenly left above
`callBackgroundThenUpdateNoSpinner` in #1603 when this function was
added.

The original `callBackgroundThenUpdate` function this was written for
was removed recently in #7675, as it was no longer used.

The format of the comment has also been updated to match our
conventions, and JSDoc params have been added.
2020-04-22 16:15:46 -03:00
..
actionConstants.js Move action constants to separate module (#8308) 2020-04-08 21:35:37 -03:00
actions.js Fix comment above callBackgroundThenUpdateNoSpinner function (#8382) 2020-04-22 16:15:46 -03:00
store.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30