• R/O
  • SSH

fcf-framework-core: Commit

Main functions and classes of the FCF framework


Commit MetaInfo

Revision2d0a4bcf0480406267421dfd7013e5d8e27a5426 (tree)
Zeit2022-12-07 15:26:55
Autorvmarkin
Commitervmarkin

Log Message

comments

Ändern Zusammenfassung

Diff

diff -r 425b319b1f48 -r 2d0a4bcf0480 fcf.js
--- a/fcf.js Wed Dec 07 09:24:18 2022 +0300
+++ b/fcf.js Wed Dec 07 09:26:55 2022 +0300
@@ -2054,13 +2054,13 @@
20542054 /// fcf.configuration.append({
20552055 /// webModules: {
20562056 ///
2057- /// // Path to package files
2057+ /// // Information about the "package" package
20582058 /// "package": {
20592059 ///
2060- /// // Path to package files
2060+ /// // URL to package files
20612061 /// path: "/modules/package",
20622062 ///
2063- /// // mapping the module and the global variable as a result of module execution
2063+ /// // Mapping the module and the global variable as a result of module execution
20642064 /// results: {
20652065 /// "helloWorld.js": "someGlobalVariable.helloWorld",
20662066 /// },
Show on old repository browser