mirror of
https://github.com/aaPanel/aaPanel.git
synced 2026-09-22 09:24:53 +02:00
9 lines
331 B
JavaScript
9 lines
331 B
JavaScript
|
|
; (function() {
|
|
ace.require(["ace/snippets/json5"], function(m) {
|
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
|
module.exports = m;
|
|
}
|
|
});
|
|
})();
|
|
|