User "Krinkle" posted a comment on MediaWiki.r88328. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/88328#c17023 Commit summary:
* Moving jQuery extend into its own module (jquery.mwPrototypes) (bug 27149; Introduced in r) Comment: jquery.mwPrototypes wasn't added as a dependency to jquery.qunit but as a dependency to mediawiki.util, so it's loaded by default now like it was before, only a little later. I did check the modules loaded before mw.util (only mediawiki.js) and made sure it wasn't depending on any of jquery.mwPrototypes's methods. It was added to qunit/index.html in this commit because I created a test suite for jquery.mwPrototypes as well, which needs the script to be loaded before it can be tested ;-) _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
