r111818 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r111817
|
r111818
|
r111819
>
Date:
10:36, 18 February 2012
Author:
catrope
Status:
ok
Tags:
Comment:
Proper $=jQuery aliasing in tablesorter test
Modified paths:
/trunk/phase3/tests/qunit/suites/resources/jquery/jquery.tablesorter.test.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/tests/qunit/suites/resources/jquery/jquery.tablesorter.test.js
—
—
@@ -1,4 +1,4 @@
2
-( function () {
2
+( function ( $ ) {
3
3
4
4
var config = {
5
5
wgMonthNames: ['', 'January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'],
—
—
@@ -549,4 +549,4 @@
550
550
);
551
551
});
552
552
553
-})();
553
+})( jQuery );
Status & tagging log
12:55, 18 February 2012
TheDJ
(
talk
|
contribs
)
changed the
status
of r111818
[
removed:
new
added:
ok]