summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjollytoad2005-08-02 07:55:04 +0000
committerjollytoad2005-08-02 07:55:04 +0000
commitf90d9375c2b3785df7944e60f1a8810517264eda (patch)
tree7b864d348776f25d629c64795c1c09e7026b0e10
parent537d56689809c9e5e823f9a957143f14e86cac12 (diff)
Fixed typo - I believe - will have to forward this upstream
-rw-r--r--xloadtree/xtree2.js2
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();