multimodalart's picture
Squashing commit
4450790 verified
raw
history blame
330 Bytes
; (function() {
ace.require(["ace/snippets/json5"], function(m) {
if (typeof module == "object" && typeof exports == "object" && module) {
module.exports = m;
}
});
})();