Öffentliche API zur MathCoach-IDE
jsteuer
2020-02-05 17ae81f04074ad5b2fdbb21f221e33e69b425e53
examples/example-standalone/MyEditor/editor.js
File was renamed from examples/example-ide/MyEditor/editor.js
@@ -1,3 +1,9 @@
// // Falls mathcoach-ide-tool-utils.js eingebunden wurde
// const { Helpers } = MC_IDE_TOOL_UTILS;
// Helpers.enableOfflineUsageIfNecessary(); // Hilfsfunktion verwenden
(async function () {  
    const isReady = typeof MC !== "undefined" ? await MC.isReady() : false;
    if(!isReady){