mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-14 13:31:28 +01:00
NEW Upgrade ACE editor to v1.4.6
This commit is contained in:
9
htdocs/includes/ace/src/ext-error_marker.js
Normal file
9
htdocs/includes/ace/src/ext-error_marker.js
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
; (function() {
|
||||
window.require(["ace/ext/error_marker"], function(m) {
|
||||
if (typeof module == "object" && typeof exports == "object" && module) {
|
||||
module.exports = m;
|
||||
}
|
||||
});
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user