const УКАЗАТЕЛИ_НА_БИБЛИОТЕКИ_ГЛАВРЕДА = [ "https://bitbucket.org/gitjs/jquery/raw/3.5.1/0000", "https://bitbucket.org/gitjs/uikit/raw/3.2.0/0000", "https://git.opengamestudio.org/kornerr/uik/raw/branch/master/0000", "https://git.opengamestudio.org/glavred/glavred-osnova-base/raw/branch/master/0000", "https://git.opengamestudio.org/glavred/glavred-faily-files/raw/branch/master/0000", "https://bitbucket.org/gitjs/ace/raw/1.4.12/0000", "https://git.opengamestudio.org/glavred/glavred-redaktor-editor/raw/branch/master/0000", "https://git.opengamestudio.org/glavred/glavred-sokhranit-save/raw/branch/master/0000", "https://bitbucket.org/gitjs/isomorphic-git/raw/1.7.2/0000", "https://git.opengamestudio.org/glavred/glavred-izdatel-publisher/raw/branch/master/0000", "https://git.opengamestudio.org/glavred/glavred-otkryt-open/raw/branch/master/0000", "https://git.opengamestudio.org/glavred/glavred-zav-mgr/raw/branch/master/0000", ]; // // // // ЗагрузитьБиблиотекиГлавреда = мир => { var указатели = УКАЗАТЕЛИ_НА_БИБЛИОТЕКИ_ГЛАВРЕДА; var сообщение = "Загрузка библиотек | Loading libraries"; console.debug(сообщение, указатели); var html = ""; for (var номер in указатели) { var указатель = указатели[номер]; html += `
  • ${указатель}
  • `; } document.body.innerHTML += `

    ${сообщение}

    `; мир.модули.использовали.подписатьРаз(function() { мир.уведомить("ручной пуск"); мир.уведомить("пуск главреда"); }); мир.модули.использовать(указатели); };