Fix typo
This commit is contained in:
parent
46657fd827
commit
04471a3f3a
@ -14,7 +14,7 @@
|
|||||||
* The Original Code is the Tree Style Tab.
|
* The Original Code is the Tree Style Tab.
|
||||||
*
|
*
|
||||||
* The Initial Developer of the Original Code is YUKI "Piro" Hiroshi.
|
* The Initial Developer of the Original Code is YUKI "Piro" Hiroshi.
|
||||||
* Portions created by the Initial Developer are Copyright (C) 2010-2012
|
* Portions created by the Initial Developer are Copyright (C) 2010-2013
|
||||||
* the Initial Developer. All Rights Reserved.
|
* the Initial Developer. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Contributor(s): YUKI "Piro" Hiroshi <piro.outsider.reflex@gmail.com>
|
* Contributor(s): YUKI "Piro" Hiroshi <piro.outsider.reflex@gmail.com>
|
||||||
@ -121,7 +121,7 @@ let TreeStyleTabUtils = {
|
|||||||
base.kDROPLINK_LOAD
|
base.kDROPLINK_LOAD
|
||||||
);
|
);
|
||||||
this.clearTreePref('loadDroppedLinkToNewChildTab.confirm');
|
this.clearTreePref('loadDroppedLinkToNewChildTab.confirm');
|
||||||
utithisls.clearTreePref('loadDroppedLinkToNewChildTab');
|
this.clearTreePref('loadDroppedLinkToNewChildTab');
|
||||||
}
|
}
|
||||||
if (this.getTreePref('openGroupBookmarkAsTabSubTree') !== null) {
|
if (this.getTreePref('openGroupBookmarkAsTabSubTree') !== null) {
|
||||||
let behavior = 0;
|
let behavior = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user