Update ACE Editor to version 1.32.6
This commit is contained in:

committed by
Sebastian Serth

parent
0a473c7fd3
commit
b00d45521b
14
vendor/assets/javascripts/ace/snippets/sjs.js
vendored
14
vendor/assets/javascripts/ace/snippets/sjs.js
vendored
@ -1,7 +1,9 @@
|
||||
define("ace/snippets/sjs",["require","exports","module"], function(require, exports, module) {
|
||||
"use strict";
|
||||
|
||||
exports.snippetText =undefined;
|
||||
exports.scope = "sjs";
|
||||
|
||||
});
|
||||
; (function() {
|
||||
window.require(["ace/snippets/sjs"], function(m) {
|
||||
if (typeof module == "object" && typeof exports == "object" && module) {
|
||||
module.exports = m;
|
||||
}
|
||||
});
|
||||
})();
|
||||
|
Reference in New Issue
Block a user