You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scripts that try to access a variable 'foo' defined in Main that is not defined in the script itself will fail, unless they access the variable as Main.foo instead of the unqualified foo.