• R/O
  • SSH

fcf-framework-core: Commit

Main functions and classes of the FCF framework


Commit MetaInfo

Révision4cba50aa22af8bbfbeac9b5b56770049a11d0fa6 (tree)
l'heure2022-12-07 15:28:24
Auteurvmarkin
Commitervmarkin

Message de Log

comments

Change Summary

Modification

diff -r 9625fa0fe389 -r 4cba50aa22af fcf.js
--- a/fcf.js Wed Dec 07 09:27:41 2022 +0300
+++ b/fcf.js Wed Dec 07 09:28:24 2022 +0300
@@ -2015,8 +2015,8 @@
20152015 /// these dependencies are accessed through global variables.
20162016 /// Used for cyclic module dependencies.
20172017 /// - 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, ...>)
20202020 /// @example
20212021 /// ========================================================================
20222022 /// Browser side example (Using native JS files on the browser side)
Afficher sur ancien navigateur de dépôt.