1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-01-14 13:11:53 +00:00
S2OJ/web/js/ace-editor/snippets/jsx.js

8 lines
328 B
JavaScript

; (function() {
ace.require(["ace/snippets/jsx"], function(m) {
if (typeof module == "object" && typeof exports == "object" && module) {
module.exports = m;
}
});
})();