r71211 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71210‎ | r71211 | r71212 >
Date:20:57, 17 August 2010
Author:tparscal
Status:ok
Tags:
Comment:
Added remapping of $ to $j as a temporary measure between switching over.
Modified paths:
  • /trunk/extensions/UsabilityInitiative/js/usability.js (modified) (history)

Diff [purge]

Index: trunk/extensions/UsabilityInitiative/js/usability.js
@@ -2,6 +2,9 @@
33 * Common version-independent functions
44 */
55
 6+if ( typeof $j == 'undefined' ) {
 7+ $j = $;
 8+}
69 if ( typeof mw == 'undefined' ) {
710 mw = {};
811 }

Status & tagging log