diff options
-rw-r--r-- | xloadtree/xtree2.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xloadtree/xtree2.js b/xloadtree/xtree2.js index c2bb27ad..156789b3 100644 --- a/xloadtree/xtree2.js +++ b/xloadtree/xtree2.js @@ -1059,7 +1059,7 @@ _p.update = function () { if (!el || !el.parentNode) return; var newEl = this.create(); el.parentNode.replaceChild(newEl, el); - this.setTabIndex(this.tabIndex); // in case root had the tab index + this._setTabIndex(this.tabIndex); // in case root had the tab index var si = t.getSelected(); if (si && si.getFocused()) { si.focus(); |