mirror of
https://github.com/xevidos/codiad.git
synced 2024-11-13 07:11:14 +01:00
5583db5528
* Added PostgreSQL * Added SQL library * Added show password * Performance Improvements * Updated active files module * Updated cursor tracking * Updated settings module
8 lines
No EOL
328 B
JavaScript
Executable file
8 lines
No EOL
328 B
JavaScript
Executable file
; (function() {
|
|
window.require(["ace/mode/text"], function(m) {
|
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
|
module.exports = m;
|
|
}
|
|
});
|
|
})();
|
|
|