mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
cc65ec32c5
Upgrade ace to 1.4.12 GitOrigin-RevId: a381b3815248e710cf8f02558e8c9f74b063fc96
9 lines
No EOL
332 B
JavaScript
9 lines
No EOL
332 B
JavaScript
|
|
; (function() {
|
|
ace.require(["ace/snippets/csharp"], function(m) {
|
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
|
module.exports = m;
|
|
}
|
|
});
|
|
})();
|
|
|