r112068 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112067‎ | r112068 | r112069 >
Date:00:09, 22 February 2012
Author:jeroendedauw
Status:deferred
Tags:
Comment:
fix removed arg
Modified paths:
  • /trunk/extensions/EducationProgram/resources/ep.addcourse.js (modified) (history)
  • /trunk/extensions/EducationProgram/resources/ep.addorg.js (modified) (history)

Diff [purge]

Index: trunk/extensions/EducationProgram/resources/ep.addcourse.js
@@ -6,7 +6,7 @@
77 * @author Jeroen De Dauw <jeroendedauw at gmail dot com>
88 */
99
10 -(function( $, mw ) {
 10+(function( $ ) {
1111
1212 $( document ).ready( function() {
1313
Index: trunk/extensions/EducationProgram/resources/ep.addorg.js
@@ -6,7 +6,7 @@
77 * @author Jeroen De Dauw <jeroendedauw at gmail dot com>
88 */
99
10 -(function( $, mw ) {
 10+(function( $ ) {
1111
1212 $( document ).ready( function() {
1313

Status & tagging log