docs: remove now-inaccurate comment
This commit is contained in:
@@ -445,9 +445,9 @@ function setupFormOverrides() {
|
|||||||
setupFormDetection();
|
setupFormDetection();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Always safe to call setupObscuringStyles immediately because even if the
|
// Always safe to call this immediately because even if the Angular app isn't
|
||||||
// Angular app isn't loaded by the time the function gets called, the CSS will
|
// loaded by the time the function gets called, the CSS will always be globally
|
||||||
// always be globally available for when Angular is finally ready
|
// available for when Angular is finally ready
|
||||||
setupAlwaysOnStyles();
|
setupAlwaysOnStyles();
|
||||||
|
|
||||||
if (document.readyState === "loading") {
|
if (document.readyState === "loading") {
|
||||||
|
|||||||
Reference in New Issue
Block a user