mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
0e9e57cd7c
Upgrade to Ace v1.4.10 GitOrigin-RevId: 1e70b37fd93593d881ae317faa2e2ec146362db2
9 lines
No EOL
326 B
JavaScript
9 lines
No EOL
326 B
JavaScript
|
|
; (function() {
|
|
ace.require(["ace/mode/text"], function(m) {
|
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
|
module.exports = m;
|
|
}
|
|
});
|
|
})();
|
|
|