diff options
author | Dan <danjm.com@gmail.com> | 2018-04-24 22:50:38 +0800 |
---|---|---|
committer | Dan <danjm.com@gmail.com> | 2018-04-24 22:50:38 +0800 |
commit | 016d492414b1229ec9bc023782a8cd571909afca (patch) | |
tree | d2f22eb81c539511d068abd4145af8d165c0c68e /app/scripts | |
parent | 0c26df965330a7ad63d4b41bdacb37b1d1b9a673 (diff) | |
download | tangerine-wallet-browser-016d492414b1229ec9bc023782a8cd571909afca.tar.gz tangerine-wallet-browser-016d492414b1229ec9bc023782a8cd571909afca.tar.zst tangerine-wallet-browser-016d492414b1229ec9bc023782a8cd571909afca.zip |
Remove unnecessary doc comment.
Diffstat (limited to 'app/scripts')
-rw-r--r-- | app/scripts/lib/typed-message-manager.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/scripts/lib/typed-message-manager.js b/app/scripts/lib/typed-message-manager.js index e9be93afd..c58921610 100644 --- a/app/scripts/lib/typed-message-manager.js +++ b/app/scripts/lib/typed-message-manager.js @@ -9,8 +9,6 @@ const log = require('loglevel') * Represents, and contains data about, an 'eth_signTypedData' type signature request. These are created when a * signature for an eth_signTypedData call is requested. * - * @see {@link } - * * @typedef {Object} TypedMessage * @property {number} id An id to track and identify the message object * @property {Object} msgParams The parameters to pass to the eth_signTypedData method once the signature request is |