Coding/BinaryDad.Coding/wwwroot/js/ace/snippets/red.js

9 lines
332 B
JavaScript
Raw Permalink Normal View History

2021-07-20 02:02:14 +00:00
; (function() {
window.require(["ace/snippets/red"], function(m) {
if (typeof module == "object" && typeof exports == "object" && module) {
module.exports = m;
}
});
})();