1
0
Fork 0
mirror of https://github.com/neocities/neocities.git synced 2025-05-02 21:17:58 +02:00
neocities/public/js/ace/snippets/haxe.js
2022-11-06 11:11:50 -06:00

8 lines
No EOL
332 B
JavaScript

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