fit-ui 3.4.4 → 3.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/Fit.UI.js CHANGED
@@ -682,7 +682,7 @@ Fit._internal =
682
682
  {
683
683
  Core:
684
684
  {
685
- VersionInfo: { Major: 3, Minor: 4, Patch: 4 } // Do NOT modify format - version numbers are programmatically changed when releasing new versions - MUST be on a separate line!
685
+ VersionInfo: { Major: 3, Minor: 4, Patch: 5 } // Do NOT modify format - version numbers are programmatically changed when releasing new versions - MUST be on a separate line!
686
686
  }
687
687
  };
688
688
 
@@ -31704,7 +31704,7 @@ Fit.Controls.TreeView = function(ctlId)
31704
31704
  // starting from the top again. Therefore, if node passed is visible
31705
31705
  // in the hierarcy (not hidden behind collapsed nodes), then use it.
31706
31706
 
31707
- nodeIsVisibleInHierarchy = true;
31707
+ var nodeIsVisibleInHierarchy = true;
31708
31708
 
31709
31709
  var parent = node;
31710
31710
  while ((parent = parent.GetParent()) !== null)