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

8 lines
334 B
JavaScript

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