mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-05 11:28:41 +00:00
8 lines
332 B
JavaScript
8 lines
332 B
JavaScript
; (function() {
|
|
ace.require(["ace/snippets/partiql"], function(m) {
|
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
|
module.exports = m;
|
|
}
|
|
});
|
|
})();
|
|
|