mirror of
https://github.com/xevidos/codiad.git
synced 2024-11-11 05:36:34 +01:00
9 lines
456 B
JavaScript
Executable File
9 lines
456 B
JavaScript
Executable File
define("ace/snippets/cobol",["require","exports","module"],function(e,t,n){"use strict";t.snippetText="",t.scope="cobol"});
|
|
(function() {
|
|
window.require(["ace/snippets/cobol"], function(m) {
|
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
|
module.exports = m;
|
|
}
|
|
});
|
|
})();
|
|
|