David Catuhe пре 7 година
родитељ
комит
3719de32ef
1 измењених фајлова са 2 додато и 4 уклоњено
  1. 2 4
      src/babylon.node.ts

+ 2 - 4
src/babylon.node.ts

@@ -392,10 +392,8 @@
                 return false;
             }
 
-            if (this._parentNode) {
-                if (!this.isSynchronizedWithParent()) {
-                    return false;
-                }
+            if (!this.isSynchronizedWithParent()) {
+                return false;
             }
 
             return this._isSynchronized();