mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-15 03:23:45 +00:00
c158ae5602
This brings Ace to upstream commit 4a55188fdb0eee9e2d3854f175e67408a1e47655 Bug: T127643 Change-Id: I7699e842d7b561b8a35cf7a4ea048f4126eaf856
6 lines
141 B
JavaScript
6 lines
141 B
JavaScript
|
|
;
|
|
(function() {
|
|
ace.require(["ace/ext/error_marker"], function() {});
|
|
})();
|
|
|