mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RelatedArticles
synced 2024-12-18 19:10:54 +00:00
00405b0309
Remove all mappings in the closures like in I7cf2426cde597259e8c6f3f6f615a1a81a0ca82b in core. Change-Id: Ie9a2fadb8e276774784a4937bb5c3ec11f213352
13 lines
128 B
JavaScript
13 lines
128 B
JavaScript
( function () {
|
|
'use strict';
|
|
|
|
/**
|
|
* @class mw.cards
|
|
* @singleton
|
|
*/
|
|
mw.cards = {
|
|
models: {},
|
|
views: {}
|
|
};
|
|
}() );
|