Skip to content
This repository was archived by the owner on Apr 30, 2020. It is now read-only.

Commit 71031bd

Browse files
committed
fixing lint error with menus.js missing semi
1 parent 7a37533 commit 71031bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/js/menus.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
this.halt = function (e) {
5252
e.stopPropagation();
5353
e.preventDefault();
54-
}
54+
};
5555

5656
this._dropdownParent = dropdownParent;
5757
this._link = this._dropdownParent.querySelector(MENU_LINK_SELECTOR);

0 commit comments

Comments
 (0)