forked from Wavyzz/dolibarr
Upgrade ACE Editor from 1.4.7 to 1.4.14
This commit is contained in:
@@ -784,6 +784,7 @@ oop.inherits(Mode, TextMode);
|
||||
};
|
||||
|
||||
this.$id = "ace/mode/javascript";
|
||||
this.snippetFileId = "ace/snippets/javascript";
|
||||
}).call(Mode.prototype);
|
||||
|
||||
exports.Mode = Mode;
|
||||
@@ -1316,6 +1317,7 @@ oop.inherits(Mode, TextMode);
|
||||
};
|
||||
|
||||
this.$id = "ace/mode/css";
|
||||
this.snippetFileId = "ace/snippets/css";
|
||||
}).call(Mode.prototype);
|
||||
|
||||
exports.Mode = Mode;
|
||||
@@ -2493,6 +2495,7 @@ oop.inherits(Mode, TextMode);
|
||||
};
|
||||
|
||||
this.$id = "ace/mode/html";
|
||||
this.snippetFileId = "ace/snippets/html";
|
||||
}).call(Mode.prototype);
|
||||
|
||||
exports.Mode = Mode;
|
||||
|
||||
Reference in New Issue
Block a user