Skip to content

Commit

Permalink
Added module dependency information to all primary widget index.htm p…
Browse files Browse the repository at this point in the history
…ages plus a Module Dependency Index within the Help folder plus reformatted all markup code to prettify.
  • Loading branch information
accdc committed Jun 26, 2024
1 parent 7a43427 commit c93eb09
Show file tree
Hide file tree
Showing 191 changed files with 29,048 additions and 17,877 deletions.
45 changes: 23 additions & 22 deletions 4X/4X.Max.Export.js
Original file line number Diff line number Diff line change
Expand Up @@ -1194,8 +1194,8 @@ error: function(error, promise){}
(isCSS
? s
: s.slice(-3).toLowerCase() === ".js"
? s
: s + ".js");
? s
: s + ".js");
if (!nC && isCSS && $A._cssCache[u]) {
if (!$A.get($A._cssCache[u].id))
(context || document.head || document.body).appendChild(
Expand Down Expand Up @@ -2364,8 +2364,8 @@ error: function(error, promise){}
$A.isBool(value)
? value
: o[x].getAttribute(name)
? false
: true,
? false
: true,
);
} else if (typeof name === "object") {
for (var n in name) {
Expand All @@ -2378,8 +2378,8 @@ error: function(error, promise){}
$A.isBool(name[n])
? name[n]
: o[x].getAttribute(n)
? false
: true,
? false
: true,
);
}
}
Expand Down Expand Up @@ -5264,8 +5264,8 @@ error: function(error, promise){}
typeof exports === "object" && typeof module !== "undefined"
? factory()
: typeof define === "function" && define.amd
? define(factory)
: factory();
? define(factory)
: factory();
})(this, function () {
"use strict";

Expand Down Expand Up @@ -6279,20 +6279,21 @@ error: function(error, promise){}
);
}
: "contains" in root
? function (element, container) {
container =
container.nodeType === 9 || container === window
? root
: container;
return (
container !== element && container.contains(element)
);
}
: function (element, container) {
while ((element = element.parentNode))
if (element === container) return 1;
return 0;
},
? function (element, container) {
container =
container.nodeType === 9 || container === window
? root
: container;
return (
container !== element &&
container.contains(element)
);
}
: function (element, container) {
while ((element = element.parentNode))
if (element === container) return 1;
return 0;
},
check = function (event) {
var related = event.relatedTarget;
return !related
Expand Down
44 changes: 22 additions & 22 deletions 4X/4X.Max.js
Original file line number Diff line number Diff line change
Expand Up @@ -1176,8 +1176,8 @@ error: function(error, promise){}
(isCSS
? s
: s.slice(-3).toLowerCase() === ".js"
? s
: s + ".js");
? s
: s + ".js");
if (!nC && isCSS && $A._cssCache[u]) {
if (!$A.get($A._cssCache[u].id))
(context || document.head || document.body).appendChild(
Expand Down Expand Up @@ -2323,8 +2323,8 @@ error: function(error, promise){}
$A.isBool(value)
? value
: o[x].getAttribute(name)
? false
: true,
? false
: true,
);
} else if (typeof name === "object") {
for (var n in name) {
Expand All @@ -2337,8 +2337,8 @@ error: function(error, promise){}
$A.isBool(name[n])
? name[n]
: o[x].getAttribute(n)
? false
: true,
? false
: true,
);
}
}
Expand Down Expand Up @@ -5180,8 +5180,8 @@ error: function(error, promise){}
typeof exports === "object" && typeof module !== "undefined"
? factory()
: typeof define === "function" && define.amd
? define(factory)
: factory();
? define(factory)
: factory();
})(this, function () {
"use strict";

Expand Down Expand Up @@ -6184,20 +6184,20 @@ error: function(error, promise){}
);
}
: "contains" in root
? function (element, container) {
container =
container.nodeType === 9 || container === window
? root
: container;
return (
container !== element && container.contains(element)
);
}
: function (element, container) {
while ((element = element.parentNode))
if (element === container) return 1;
return 0;
},
? function (element, container) {
container =
container.nodeType === 9 || container === window
? root
: container;
return (
container !== element && container.contains(element)
);
}
: function (element, container) {
while ((element = element.parentNode))
if (element === container) return 1;
return 0;
},
check = function (event) {
var related = event.relatedTarget;
return !related
Expand Down
2 changes: 1 addition & 1 deletion 4X/4X.js

Large diffs are not rendered by default.

Loading

0 comments on commit c93eb09

Please sign in to comment.