r73618 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73617‎ | r73618 | r73619 >
Date:18:08, 23 September 2010
Author:tparscal
Status:ok
Tags:
Comment:
Fixed typo pointed out by Icefox - thanks! See comments for r73499.
Modified paths:
  • /trunk/phase3/resources/mediawiki/mediawiki.js (modified) (history)

Diff [purge]

Index: trunk/phase3/resources/mediawiki/mediawiki.js
@@ -648,7 +648,7 @@
649649 dependencies = resolve( dependencies );
650650 // If all dependencies are met, execute ready immediately
651651 if ( filter( ['ready'], dependencies ).compare( dependencies ) ) {
652 - if ( typeof ready !== 'function' ) {
 652+ if ( typeof ready === 'function' ) {
653653 ready();
654654 }
655655 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r73499Removed unneeded mediaWiki.loader.using wrapper which got the old toolbar wor...tparscal00:05, 22 September 2010

Status & tagging log