r111005 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r111004
|
r111005
|
r111006
>
Date:
01:07, 9 February 2012
Author:
werdna
Status:
ok
Tags:
Comment:
Add semicolon
Modified paths:
/trunk/extensions/ClickTracking/modules/jquery.clickTracking.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/ClickTracking/modules/jquery.clickTracking.js
—
—
@@ -86,6 +86,6 @@
87
87
'token': $.cookie( 'clicktracking-session' ),
88
88
'redirectto': url
89
89
} );
90
- }
90
+ };
91
91
92
92
} )( jQuery );
Status & tagging log
01:20, 9 February 2012
Catrope
(
talk
|
contribs
)
changed the
status
of r111005
[
removed:
new
added:
ok]