r112909 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112908‎ | r112909 | r112910 >
Date:19:23, 2 March 2012
Author:krinkle
Status:ok
Tags:
Comment:
[Resources.php] Fix missing dependency on jquery.textSelection (follows-up r81648, r81651)
Modified paths:
  • /trunk/phase3/resources/Resources.php (modified) (history)

Diff [purge]

Index: trunk/phase3/resources/Resources.php
@@ -203,6 +203,7 @@
204204 ),
205205 'jquery.textSelection' => array(
206206 'scripts' => 'resources/jquery/jquery.textSelection.js',
 207+ 'dependencies' => 'jquery.client',
207208 ),
208209 'jquery.validate' => array(
209210 'scripts' => 'resources/jquery/jquery.validate.js',

Sign-offs

UserFlagDate
Nikerabbitinspected06:31, 5 March 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r81648Fix for renamed stuff that broke jquery.textSelection.js: $.os.name -> $.clie...brion21:45, 7 February 2011
r81651Followup r81491: use $.client correctlycatrope21:55, 7 February 2011

Status & tagging log