diff options
author | jollytoad | 2005-08-02 07:55:04 +0000 |
---|---|---|
committer | jollytoad | 2005-08-02 07:55:04 +0000 |
commit | f90d9375c2b3785df7944e60f1a8810517264eda (patch) | |
tree | 7b864d348776f25d629c64795c1c09e7026b0e10 | |
parent | 537d56689809c9e5e823f9a957143f14e86cac12 (diff) |
Fixed typo - I believe - will have to forward this upstream
-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(); |