mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-20 04:53:58 +00:00
10 lines
No EOL
327 B
JavaScript
10 lines
No EOL
327 B
JavaScript
|
|
;
|
|
(function() {
|
|
ace.require(["ace/mode/text"], function(m) {
|
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
|
module.exports = m;
|
|
}
|
|
});
|
|
})();
|
|
|