[RL] Comment mod and other minor changes
authorKrinkle <krinkle@users.mediawiki.org>
Mon, 13 Feb 2012 15:17:15 +0000 (15:17 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Mon, 13 Feb 2012 15:17:15 +0000 (15:17 +0000)
commit5bf04171dc34521f7ee7e33ba17a90c7a772ab31
treeb4caeb545b560b1e4c9c88f71768732075f58d64
parentd956040d0885d9d5399e06d3b2d2e5962a45d1da
[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.
includes/resourceloader/ResourceLoader.php
resources/mediawiki/mediawiki.js