Files
BeWoPlaner/BeWoPlanerMobil/Scripts/src-min/snippets/csound_document.js
Lyndon Jetten 5939aef72c Fat-Client:
Es ist möglich, allen Termin-Einladungen auf einmal zuzusagen

MoK:
DevExpress von Version 17.1 auf 21.1 aktualisiert
Reports testweise eingebaut
DevExpress-Scheduler testweise eingebaut
2021-10-13 16:00:33 +02:00

8 lines
641 B
JavaScript

define("ace/snippets/csound_document",["require","exports","module"],function(e,t,n){"use strict";t.snippetText="# <CsoundSynthesizer>\nsnippet synth\n <CsoundSynthesizer>\n <CsInstruments>\n ${1}\n </CsInstruments>\n <CsScore>\n e\n </CsScore>\n </CsoundSynthesizer>\n",t.scope="csound_document"}); (function() {
window.require(["ace/snippets/csound_document"], function(m) {
if (typeof module == "object" && typeof exports == "object" && module) {
module.exports = m;
}
});
})();