2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-08 12:06:51 +08:00
discourse/public/javascripts/ace/ext-error_marker.js
2015-05-14 12:46:51 -04:00

5 lines
No EOL
140 B
JavaScript

;
(function() {
ace.require(["ace/ext/error_marker"], function() {});
})();