From d5a51c46e4aaf082df47e436997a1b86e5bf360e Mon Sep 17 00:00:00 2001 From: "Theunis J. Botha" Date: Thu, 23 Sep 2021 20:21:34 +0200 Subject: [PATCH] updated comment --- dist/r3.js | 6 +++--- src/r3/r3-r3.js | 2 +- src/r3/r3-system/r3-system-linking.js | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dist/r3.js b/dist/r3.js index 7967763..44a6367 100644 --- a/dist/r3.js +++ b/dist/r3.js @@ -1,6 +1,6 @@ class R3 { static version = '3.0.68'; - static compileDate = '2021 Sep 23 - 20:16:29 pm'; + static compileDate = '2021 Sep 23 - 20:21:29 pm'; } class Runtime { @@ -1580,8 +1580,8 @@ class SystemLinking extends System { /** * At this point - the object entity would have been brought to a stop * if it had been transitioned into an uninitialized state by setting one of - * its required properties. - * We can safely clear the dirty state + * its required properties to a null, empty or undefined state. + * We can safely clear the dirty flag. */ if (object.entity.dirty) { diff --git a/src/r3/r3-r3.js b/src/r3/r3-r3.js index d9c3b90..9c4713a 100644 --- a/src/r3/r3-r3.js +++ b/src/r3/r3-r3.js @@ -1,6 +1,6 @@ class R3 { static version = '3.0.68'; - static compileDate = '2021 Sep 23 - 20:16:29 pm'; + static compileDate = '2021 Sep 23 - 20:21:29 pm'; } //GENERATED_IMPORTS_START diff --git a/src/r3/r3-system/r3-system-linking.js b/src/r3/r3-system/r3-system-linking.js index d229e94..c5fa0d7 100644 --- a/src/r3/r3-system/r3-system-linking.js +++ b/src/r3/r3-system/r3-system-linking.js @@ -449,8 +449,8 @@ class SystemLinking extends System { /** * At this point - the object entity would have been brought to a stop * if it had been transitioned into an uninitialized state by setting one of - * its required properties. - * We can safely clear the dirty state + * its required properties to a null, empty or undefined state. + * We can safely clear the dirty flag. */ if (object.entity.dirty) {