1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app
Mark Stacey f5cec3e6b7
Ensure SignatureRequestOriginal 'beforeunload' handler is bound (#7414)
The 'beforeunload' handler was being bound to the module scope instead
of the instance scope, because the class was defined using prototypes
rather than the ES6 class syntax. The arrow functions were removed, and
the handler is now bound explicitly in the constructor.
2019-11-14 14:28:40 -04:00
..
components Ensure SignatureRequestOriginal 'beforeunload' handler is bound (#7414) 2019-11-14 14:28:40 -04:00
css Redesign approve screen (#7271) 2019-11-05 11:43:48 -03:30
ducks Remove logging of action.value of set_next_nonce (#7233) 2019-09-30 19:17:45 -03:00
helpers Revert "Adds Wyre Widget (#6434)" (#7385) 2019-11-11 16:18:57 -05:00
pages Revert "Adds Wyre Widget (#6434)" (#7385) 2019-11-11 16:18:57 -05:00
selectors Add Estimated time to pending tx (#6924) 2019-10-31 23:21:28 -02:30
store ENS Reverse Resolution support (#7177) 2019-11-01 15:24:00 -02:30