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