mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-19 05:15:52 +00:00
10 lines
199 B
JavaScript
10 lines
199 B
JavaScript
|
( function ( mw ) {
|
||
|
|
||
|
// TODO: This namespace may have to be initialized elsewhere if, say, shared
|
||
|
// fixtures are extracted.
|
||
|
mw.popups.tests = {};
|
||
|
|
||
|
mw.popups.tests.stubs = {};
|
||
|
|
||
|
}( mediaWiki ) );
|