1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00
metamask-extension/ui
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
..
app Ensure SignatureRequestOriginal 'beforeunload' handler is bound (#7414) 2019-11-14 14:28:40 -04:00
lib Remove unused lostAccounts state (#6979) 2019-08-08 17:03:10 -02:30
index.js 3box integration 2.0 (#6972) 2019-09-16 14:41:01 -02:30