mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-30 18:34:40 +00:00
7172aae082
As a precursor to moving this code to the Cite extension move it off of webpack and switch to using require rather than import Bug: T355194 Change-Id: Ib6486ad38b79a3b67a9744b716b1a2f5d3779795
5 lines
91 B
JavaScript
5 lines
91 B
JavaScript
module.exports = {
|
|
TYPE_REFERENCE: 'reference',
|
|
FETCH_DELAY_REFERENCE_TYPE: 150
|
|
};
|