updated comment

master
Theunis J. Botha 2021-09-23 20:21:34 +02:00
parent 548784393a
commit d5a51c46e4
3 changed files with 6 additions and 6 deletions

6
dist/r3.js vendored
View File

@ -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) {

View File

@ -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

View File

@ -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) {