We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0faef2a commit 1dfa14fCopy full SHA for 1dfa14f
application/net/wiki.js
@@ -365,6 +365,8 @@ function module_code(library_namespace) {
365
is_wiki_API : is_wiki_API
366
});
367
368
+ // MediaWiki Frontend API
369
+ // https://doc.wikimedia.org/mediawiki-core/master/js/
370
if (library_namespace.is_WWW(true) && typeof mw === 'object' && mw
371
&& typeof mw.config === 'object'
372
&& typeof mw.config.get === 'function'
0 commit comments