Convert from Shift-JIS to UTF-8

This commit is contained in:
Infocatcher 2012-08-28 16:38:39 +04:00
parent 31a743ef25
commit f6a534e4c5

View File

@ -2750,9 +2750,9 @@ TreeStyleTabBrowser.prototype = {
this.getTreePref('insertNewChildAt') == this.kINSERT_FISRT &&
(this.multipleCount <= 0 || this._addedCountInThisLoop <= 0)
) {
/*
子タブの最初の位置に挿入し続くタブは最初の開いたタブ
元々最初の子だったタブとの間に挿入していく */
/*
子タブの最初の位置に挿入し続くタブは最初の開いたタブ
元々最初の子だったタブとの間に挿入していく */
newIndex = parent._tPos + 1;
if (refTab = this.getFirstChildTab(parent))
this.insertBefore = refTab.getAttribute(this.kID);