"Krinkle" posted a comment on MediaWiki.r111378.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/111378#c31568

Commit summary for MediaWiki.r111378:

[RL] Comment mod and other minor changes
_ Add comment about why it casts to (object)
- Modify function comment
- Whitespace (start the function body on a new line in debug mode. In 
production mode this is trimmed away afterwards)
- Remove the jQuery->$ passage from loader. There is already a global alias for 
$ by jQuery, and aside from that every module has it's own (function(){}) 
wrapper that aliases it from jQuery (not from $), so there is no performance 
gain either by having it locally here since it doesn't use that.

Krinkle's comment:

But if we're going the safe way, then what do you think about adding the other 
vars as well ?

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to