GNOME Bugzilla – Bug 643210
Don't introduce global variables
Last modified: 2011-02-24 20:28:17 UTC
Nothing ever should be on the global objects.
Created attachment 181853 [details] [review] Don't declare global variables Fix a typo in panel.js, and ensure that all variables used in functions are scoped to the block (using let), to avoid polluting the global namespace.
Review of attachment 181853 [details] [review]: Look like fine fixes
Attachment 181853 [details] pushed as 15ec185 - Don't declare global variables