mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-12-18 02:00:53 +00:00
5 lines
91 B
JavaScript
5 lines
91 B
JavaScript
|
module.exports = {
|
||
|
TYPE_REFERENCE: 'reference',
|
||
|
FETCH_DELAY_REFERENCE_TYPE: 150
|
||
|
};
|