Moved import-style modules back into repository-style modules.

This commit is contained in:
Daniel Ruthardt 2017-10-07 10:32:41 +02:00 committed by Tobi Schäfer
parent 8e973d1a1a
commit 9f213ab7b9
7 changed files with 182 additions and 129 deletions

View file

@ -21,6 +21,8 @@
* application, for example by calling app.addRepository('modules/core/Object.js')
*/
app.addRepository('modules/core/Global.js');
/**
* Copies the properties of this object into a clone.
* @external