Bug 1626066 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Part 1 of 6: From commit message:

Bug 1626066 - Replace gLastShownCalendarView global variable with an object. r?darktrojan

If we want to use it in more than one file then it needs to become an eslint global variable, but then it cannot be changed according to eslint rules. But if it's a global object we can call its methods without breaking any rules.
Part 1 of 6: From commit message:

Replace gLastShownCalendarView global variable with an object. r?darktrojan

If we want to use it in more than one file then it needs to become an eslint global variable, but then it cannot be changed according to eslint rules. But if it's a global object we can call its methods without breaking any rules.
Part 1 of 6: From commit message: Replace gLastShownCalendarView global variable with an object.

If we want to use it in more than one file then it needs to become an eslint global variable, but then it cannot be changed according to eslint rules. But if it's a global object we can call its methods without breaking any rules.
Part 1 of 6: Replace gLastShownCalendarView global variable with an object.

If we want to use it in more than one file then it needs to become an eslint global variable, but then it cannot be changed according to eslint rules. But if it's a global object we can call its methods without breaking any rules.

Back to Bug 1626066 Comment 1