mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-07 21:11:43 +00:00
9 lines
No EOL
333 B
JavaScript
9 lines
No EOL
333 B
JavaScript
|
|
; (function() {
|
|
ace.require(["ace/snippets/logtalk"], function(m) {
|
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
|
module.exports = m;
|
|
}
|
|
});
|
|
})();
|
|
|