From c6aa42773a17d53b4572488967b99666ab97ef97 Mon Sep 17 00:00:00 2001 From: Andrew Manning Date: Sat, 21 May 2016 14:56:42 -0400 Subject: Trying to fix wiki branch starting fresh from dev --- library/ace/ext-error_marker.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 library/ace/ext-error_marker.js (limited to 'library/ace/ext-error_marker.js') diff --git a/library/ace/ext-error_marker.js b/library/ace/ext-error_marker.js new file mode 100644 index 000000000..dfefa20ab --- /dev/null +++ b/library/ace/ext-error_marker.js @@ -0,0 +1,5 @@ +; + (function() { + ace.require(["ace/ext/error_marker"], function() {}); + })(); + \ No newline at end of file -- cgit v1.2.3