diff options
author | Paul Duncan <pabs@pablotron.org> | 2017-11-07 20:44:10 -0500 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2017-11-07 20:44:10 -0500 |
commit | 074c8ca2a16bc4849e8ecea5a123d4d9a2995898 (patch) | |
tree | ae2597166fb9da56ff34bf8abafc59548bc0cad5 /htdocs/js/ace/ext-error_marker.js | |
download | mathy-074c8ca2a16bc4849e8ecea5a123d4d9a2995898.tar.bz2 mathy-074c8ca2a16bc4849e8ecea5a123d4d9a2995898.zip |
initial commit
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 |