r90850 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90849‎ | r90850 | r90851 >
Date:19:54, 26 June 2011
Author:krinkle
Status:ok
Tags:
Comment:
Follow-up r90845: mw.get > mw.config.get
Modified paths:
  • /trunk/extensions/WikiEditor/modules/jquery.wikiEditor.toolbar.config.js (modified) (history)

Diff [purge]

Index: trunk/extensions/WikiEditor/modules/jquery.wikiEditor.toolbar.config.js
@@ -936,7 +936,7 @@
937937 {
938938 'description': { 'htmlMsg': 'wikieditor-toolbar-help-content-file-description' },
939939 'syntax': { 'htmlMsg': [ 'wikieditor-toolbar-help-content-file-syntax', fileNamespace ] },
940 - 'result': { 'htmlMsg': [ 'wikieditor-toolbar-help-content-file-result', mw.get( 'stylepath' ) ] }
 940+ 'result': { 'htmlMsg': [ 'wikieditor-toolbar-help-content-file-result', mw.config.get( 'stylepath' ) ] }
941941 }
942942 ]
943943 },

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r90845Bug #29106: Patch from Michael M. to address JS legacy globals in wikiEditormah19:25, 26 June 2011

Status & tagging log