1
0
Fork 0
mirror of https://github.com/martijndeb/pixdisp.git synced 2025-02-23 14:48:29 +01:00
pixdisp/www/ace/ext-error_marker.js

5 lines
143 B
JavaScript
Raw Normal View History

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