1
0
mirror of https://github.com/antos-rde/antosdk-apps.git synced 2025-02-20 10:12:48 +01:00
2021-04-21 11:37:58 +02:00

8 lines
330 B
JavaScript

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