Browse Source

Использовать | Use УКАЗАТЕЛЬ_ЭТОГО_МОДУЛЯ

master
parent
commit
072d02cfba
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      пуск|run.js

+ 1
- 2
пуск|run.js View File

@@ -1,4 +1,3 @@
const ИМЯ = "three.js";


// // // //
@@ -90,7 +89,7 @@ html, body {

УстановитьThreeJS = мир =>
{
var модуль = мир.модули.модульПоИмени(ИМЯ);
var модуль = мир.модули.модульПоУказателю(УКАЗАТЕЛЬ_ЭТОГО_МОДУЛЯ);
var код = модуль.содержимое["/three.js"];
console.debug("УстановитьThreeJS");


Loading…
Cancel
Save