summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/CodeEditor/modules/ace/ext-error_marker.js
blob: d4c9eb9131bf40ba6d597b839877f6916631c2d2 (plain)
1
2
3
4
5
6

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