From 074c8ca2a16bc4849e8ecea5a123d4d9a2995898 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Tue, 7 Nov 2017 20:44:10 -0500 Subject: initial commit --- htdocs/js/ace/ext-error_marker.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 htdocs/js/ace/ext-error_marker.js (limited to 'htdocs/js/ace/ext-error_marker.js') 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 -- cgit v1.2.3