]>
BookStack Code Mirror - bookstack/blobdiff - resources/js/components/dropdown.js
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'master' of git://github.com/Swoy/BookStack into Swoy-master
[bookstack]
/
resources
/
js
/
components
/
dropdown.js
diff --git
a/resources/js/components/dropdown.js
b/resources/js/components/dropdown.js
index 7b1ce30556d41bde39b961065b47f87dcc5783f4..22402d483902b2148918150e1d371611dd1abf9b 100644
(file)
--- a/
resources/js/components/dropdown.js
+++ b/
resources/js/components/dropdown.js
@@
-17,6
+17,7
@@
class DropDown {
this.body = document.body;
this.showing = false;
this.setupListeners();
+ this.hide = this.hide.bind(this);
}
show(event = null) {