Skip to content

Commit 1dfa14f

Browse files
committed
+comments
1 parent 0faef2a commit 1dfa14f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

application/net/wiki.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,8 @@ function module_code(library_namespace) {
365365
is_wiki_API : is_wiki_API
366366
});
367367

368+
// MediaWiki Frontend API
369+
// https://doc.wikimedia.org/mediawiki-core/master/js/
368370
if (library_namespace.is_WWW(true) && typeof mw === 'object' && mw
369371
&& typeof mw.config === 'object'
370372
&& typeof mw.config.get === 'function'

0 commit comments

Comments
 (0)