User "Brion VIBBER" posted a comment on MediaWiki.r80572.
Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/80572#c19224
Commit summary:
Fix bug in mw.Map + fix bug 26801 + wrapper mediawiki.special.upload.js
* Map.prototype.exists was checking the type of the wrong variable. Fixed now,
checking multiple at once is now possible (as documented)
* bug 26801: No references to legacy globals, use mw.config everywhere in core
(grep search for 'wg' in /resources returned only
* Addressed some JS Lint warnings (combining var statements, faster and less
code);
* Removed trailing tabs and spaces
Comment:
Marking for backport to 1.17 per bug 29726: if it doesn't apply cleanly, the
relevant part that's actually needed is this fix for a miswritten var name:
<pre>
- if ( typeof keys === 'object' ) {
+ if ( typeof selection === 'object' ) {
</pre>
_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview