mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Fix global variable declarations
This commit is contained in:
parent
5707cea630
commit
be18e564c9
2 changed files with 2 additions and 2 deletions
|
@ -373,7 +373,7 @@ var t = getEventTarget(e),
|
|||
removeClass(wallets[i], 'active');
|
||||
}
|
||||
removeEvent(document.body, 'click', walletListener);
|
||||
};
|
||||
};
|
||||
// Call appropriate function on click.
|
||||
onTouchClick(e, function() {
|
||||
walletHide();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue