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

8 lines
337 B
JavaScript

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