aboutsummaryrefslogtreecommitdiff
path: root/htdocs/js/ace/ext-error_marker.js
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/js/ace/ext-error_marker.js')
-rw-r--r--htdocs/js/ace/ext-error_marker.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/htdocs/js/ace/ext-error_marker.js b/htdocs/js/ace/ext-error_marker.js
new file mode 100644
index 0000000..e3d5dfc
--- /dev/null
+++ b/htdocs/js/ace/ext-error_marker.js
@@ -0,0 +1,5 @@
+;
+ (function() {
+ window.require(["ace/ext/error_marker"], function() {});
+ })();
+ \ No newline at end of file