Follow-up r90845: mw.get > mw.config.get

This commit is contained in:
Krinkle 2011-06-26 19:54:21 +00:00
parent b18069c06a
commit 6b2326d26d
Notes: Krinkle 2011-06-26 19:54:21 +00:00

View file

@ -936,7 +936,7 @@ getDefaultConfig: function() {
{
'description': { 'htmlMsg': 'wikieditor-toolbar-help-content-file-description' },
'syntax': { 'htmlMsg': [ 'wikieditor-toolbar-help-content-file-syntax', fileNamespace ] },
'result': { 'htmlMsg': [ 'wikieditor-toolbar-help-content-file-result', mw.get( 'stylepath' ) ] }
'result': { 'htmlMsg': [ 'wikieditor-toolbar-help-content-file-result', mw.config.get( 'stylepath' ) ] }
}
]
},