mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-24 07:13:27 +00:00
28c4b5ac10
This should be merged at the same time as it's followup patch, which fixes an issue with loading webworkers when hosted on protocol relative URLs. Amongst other issues, it fixes bug 60156 with } pairing Bug: 60156 Change-Id: I962c70ea2a07d27e0c3774095d63f9a5cd3de76e
8 lines
161 B
JavaScript
8 lines
161 B
JavaScript
define('ace/snippets/smarty', ['require', 'exports', 'module' ], function(require, exports, module) {
|
|
|
|
|
|
exports.snippetText = "";
|
|
exports.scope = "smarty";
|
|
|
|
});
|