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 @@
1313 $el.attr( 'href', $.trackActionURL( href, id ) );
1414 }
1515 } );
16 -} );
\ No newline at end of file
 16+} );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r87046AFT/ClickTracking JsPerf + JsLint fixes:...krinkle21:44, 27 April 2011

Comments

#Comment by DieBuche (talk | contribs)   13:03, 2 July 2011

no changes, r87056 was quicker...

Status & tagging log