mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-13 17:56:59 +00:00
9207931f53
We can now serve the JSON data almost directly (although, curiously, we need a main file in the module that is JavaScript, not JSON), and without using global state in the JS code. Change-Id: I203b3e396b28f4b4ef49c3c0918a4025082308c4
2 lines
50 B
JavaScript
2 lines
50 B
JavaScript
module.exports = require( './mathSymbols.json' );
|