1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 20:39:08 +01:00
metamask-extension/ui/app
Mark Stacey fcc6baf0d1 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 15:57:03 -04:00
..
components Ensure SignatureRequestOriginal 'beforeunload' handler is bound (#7414) 2019-11-14 15:57:03 -04:00
css
ducks
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
store