diff options
Diffstat (limited to 'htdocs/js/ace/ext-error_marker.js')
-rw-r--r-- | htdocs/js/ace/ext-error_marker.js | 5 |
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 |