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

This commit is contained in:
athenian200 2020-03-06 10:25:44 -06:00 committed by Roy Tam
commit ecfee37414
3 changed files with 38 additions and 38 deletions

View file

@ -22,7 +22,7 @@ this.RecentWindow = {
* Omit the property to search in both groups.
* * allowPopups: true if popup windows are permissable.
*/
getMostRecentBrowserWindow: function RW_getMostRecentBrowserWindow(aOptions) {
getMostRecentBrowserWindow: function(aOptions) {
let checkPrivacy = typeof aOptions == "object" &&
"private" in aOptions;