https://bugzilla.wikimedia.org/show_bug.cgi?id=29703
Max Semenik <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |WONTFIX --- Comment #1 from Max Semenik <[email protected]> 2011-07-04 11:52:21 UTC --- This is a deliberate change to isolate the already-polluted global scope. If you need a specific variable to be truly global, instead of foo = 'bar' use window.foo = 'bar'. If your gadget's JS is not ResourceLoader-compliant, don't mark it with [ResourceLoader]. See: * http://www.mediawiki.org/wiki/Extension:Gadgets#ResourceLoader_support * http://www.mediawiki.org/wiki/ResourceLoader/Migration_guide_(users) -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
