• R/O
  • SSH

fcf-framework-core: Commit

Main functions and classes of the FCF framework


Commit MetaInfo

Révision9625fa0fe38962da0bbe85634ec51bb70d8681ae (tree)
l'heure2022-12-07 15:27:41
Auteurvmarkin
Commitervmarkin

Message de Log

comments

Change Summary

Modification

diff -r 2d0a4bcf0480 -r 9625fa0fe389 fcf.js
--- a/fcf.js Wed Dec 07 09:26:55 2022 +0300
+++ b/fcf.js Wed Dec 07 09:27:41 2022 +0300
@@ -2006,7 +2006,7 @@
20062006 /// @brief Declares the FCF module available on the server side and on the browser side
20072007 /// @details JS files act as module dependencies. If the dependency file does not use the fcf.module() declaration, then the module data is:
20082008 /// - On the NODEJS server side: Data exported to the module.exports variable
2009- /// - On the browser side: A global variable that is declared in the configuration for a module:
2009+ /// - On the browser side: A global variable that is declared in the configuration for a module
20102010 /// @param object a_options - Module options
20112011 /// - string name - Path (name) of the module in FCF notation
20122012 /// - array dependencies - Array with module dependency paths in FCF notation
Afficher sur ancien navigateur de dépôt.