diff options
Diffstat (limited to 'public/vendor/plugins/codemirror/mode/xml/test.js')
-rw-r--r-- | public/vendor/plugins/codemirror/mode/xml/test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/vendor/plugins/codemirror/mode/xml/test.js b/public/vendor/plugins/codemirror/mode/xml/test.js index f48156b517..b586d2b459 100644 --- a/public/vendor/plugins/codemirror/mode/xml/test.js +++ b/public/vendor/plugins/codemirror/mode/xml/test.js @@ -1,5 +1,5 @@ // CodeMirror, copyright (c) by Marijn Haverbeke and others -// Distributed under an MIT license: http://codemirror.net/LICENSE +// Distributed under an MIT license: https://codemirror.net/LICENSE (function() { var mode = CodeMirror.getMode({indentUnit: 2}, "xml"), mname = "xml"; |