mirror of
https://github.com/xevidos/codiad.git
synced 2024-11-13 07:11:14 +01:00
8 lines
No EOL
465 B
JavaScript
Executable file
8 lines
No EOL
465 B
JavaScript
Executable file
define("ace/snippets/groovy",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="groovy"}); (function() {
|
|
window.require(["ace/snippets/groovy"], function(m) {
|
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
|
module.exports = m;
|
|
}
|
|
});
|
|
})();
|
|
|