Main functions and classes of the FCF framework
Révision | 4cba50aa22af8bbfbeac9b5b56770049a11d0fa6 (tree) |
---|---|
l'heure | 2022-12-07 15:28:24 |
Auteur | vmarkin |
Commiter | vmarkin |
comments
@@ -2015,8 +2015,8 @@ | ||
2015 | 2015 | /// these dependencies are accessed through global variables. |
2016 | 2016 | /// Used for cyclic module dependencies. |
2017 | 2017 | /// - function module - A module function that should return module data. |
2018 | - /// The function arguments are the data of the modules declared in the dependencies property. | |
2019 | - /// - Function signature: mixed module(<DEPENDENCY1, DEPENDENCY2, ...>) | |
2018 | + /// The function arguments are the data of the modules declared in the dependencies property. | |
2019 | + /// - Function signature: mixed module(<DEPENDENCY1, DEPENDENCY2, ...>) | |
2020 | 2020 | /// @example |
2021 | 2021 | /// ======================================================================== |
2022 | 2022 | /// Browser side example (Using native JS files on the browser side) |