r87087 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r87086
|
r87087
|
r87088
>
Date:
17:09, 28 April 2011
Author:
krinkle
Status:
ok (
Comments
)
Tags:
Comment:
Fix redundant () from
r87046
Modified paths:
/trunk/extensions/ClickTracking/modules/ext.clickTracking.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/ClickTracking/modules/ext.clickTracking.js
—
—
@@ -12,4 +12,4 @@
13
13
$el.attr( 'href', $.trackActionURL( href, id ) );
14
14
}
15
15
} );
16
-} );
\ No newline at end of file
16
+} );
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r87046
AFT/ClickTracking JsPerf + JsLint fixes:...
krinkle
21:44, 27 April 2011
Comments
#
Comment by
DieBuche
(
talk
|
contribs
)
13:03, 2 July 2011
no changes,
r87056
was quicker...
Status & tagging log
13:03, 2 July 2011
DieBuche
(
talk
|
contribs
)
changed the
status
of r87087
[
removed:
new
added:
ok]