diff options
author | Ori Livneh <ori@wikimedia.org> | 2013-12-04 15:42:09 -0800 |
---|---|---|
committer | Timo Tijhof <krinklemail@gmail.com> | 2013-12-05 19:14:55 +0100 |
commit | c274fff33c8a2ec47495899c01597fff5e4632c8 (patch) | |
tree | 1f76d11a0f3286fbff528d3cc98f0891859d6f9e /resources/startup.js | |
parent | 3602e12c426253e997573d53058031909d833c40 (diff) | |
download | mediawikicore-c274fff33c8a2ec47495899c01597fff5e4632c8.tar.gz mediawikicore-c274fff33c8a2ec47495899c01597fff5e4632c8.zip |
Capitalization: 'jQuery', not 'jquery', and 'MediaWiki', not 'mediawiki'
Change-Id: I7b53ac1340ef5fbc36d2ba8b6b2e68328597eaee
Diffstat (limited to 'resources/startup.js')
-rw-r--r-- | resources/startup.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/startup.js b/resources/startup.js index b6a27d2d508d..6aba2f9b06a2 100644 --- a/resources/startup.js +++ b/resources/startup.js @@ -1,6 +1,6 @@ /** * This script provides a function which is run to evaluate whether or not to - * continue loading the jquery and mediawiki modules. This code should work on + * continue loading jQuery and the MediaWiki modules. This code should work on * even the most ancient of browsers, so be very careful when editing. */ |