mirror of
https://github.com/xevidos/codiad.git
synced 2025-03-16 13:28:13 +01:00
* 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;
|
|
}
|
|
});
|
|
})();
|
|
|