mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-11 18:42:54 +00:00
8 lines
335 B
JavaScript
Vendored
8 lines
335 B
JavaScript
Vendored
; (function() {
|
|
window.require(["ace/ext/error_marker"], function(m) {
|
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
|
module.exports = m;
|
|
}
|
|
});
|
|
})();
|
|
|