r87056 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87055‎ | r87056 | r87057 >
Date:23:28, 27 April 2011
Author:tparscal
Status:ok
Tags:
Comment:
Removed curious, but nonetheless invalid, parenthesis. jQuery() does not return a function, so calling it is obviously wrong.
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+} );
\ No newline at end of file

Past revisions this follows-up on

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

Status & tagging log