diff options
Diffstat (limited to 'apps/files_texteditor/js/aceeditor/mode-sql-uncompressed.js')
-rwxr-xr-x | apps/files_texteditor/js/aceeditor/mode-sql-uncompressed.js | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/files_texteditor/js/aceeditor/mode-sql-uncompressed.js b/apps/files_texteditor/js/aceeditor/mode-sql-uncompressed.js index 61195988d98..e56ac4cb119 100755 --- a/apps/files_texteditor/js/aceeditor/mode-sql-uncompressed.js +++ b/apps/files_texteditor/js/aceeditor/mode-sql-uncompressed.js @@ -157,13 +157,3 @@ oop.inherits(SqlHighlightRules, TextHighlightRules); exports.SqlHighlightRules = SqlHighlightRules; }); -; - (function() { - window.require(["ace/ace"], function(a) { - if (!window.ace) - window.ace = {}; - for (var key in a) if (a.hasOwnProperty(key)) - ace[key] = a[key]; - }); - })(); -
\ No newline at end of file |