https://bugzilla.wikimedia.org/show_bug.cgi?id=30825
Brion Vibber <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |need-unittest --- Comment #5 from Brion Vibber <[email protected]> 2011-09-09 17:40:59 UTC --- Urgh, that's nicely buried eight levels deep. :P jQuery core needs better code comments in the non-minified version. :) Is there a specific reason that jQuery does that instead of just appending script nodes as normal? If we go straight to DOM appendChild() can we work around it, or does that fail to load the scripts on some browsers? Adding needs-unittest keyword; we should be able to test this behavior from the qunit tests for mediawiki.load by handing constructed URLs to a local test file. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
