neetnestor's picture
Build playground webapp
4879fd8
raw
history blame
332 Bytes
; (function() {
window.require(["ace/snippets/abap"], function(m) {
if (typeof module == "object" && typeof exports == "object" && module) {
module.exports = m;
}
});
})();