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