[Basilisk] Issue MoonchildProductions/UXP#516 - Remove named function syntax from basilisk/components/places.

This commit is contained in:
athenian200 2020-03-06 10:42:08 -06:00 committed by Roy Tam
commit 1cceb703f1
9 changed files with 211 additions and 211 deletions

View file

@ -391,7 +391,7 @@ var gEditItemOverlay = {
return folderMenuItem;
},
_initFolderMenuList: function EIO__initFolderMenuList(aSelectedFolder) {
_initFolderMenuList: function(aSelectedFolder) {
// clean up first
var menupopup = this._folderMenuList.menupopup;
while (menupopup.childNodes.length > 6)