fix undefined reference error
This commit is contained in:
parent
7f32f5b88b
commit
e038977e76
@ -263,6 +263,7 @@ var TreeStyleTabService = {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
behavior += this.kGROUP_BOOKMARK_USE_DUMMY;
|
behavior += this.kGROUP_BOOKMARK_USE_DUMMY;
|
||||||
if (!this.getTreePref('openGroupBookmarkBehavior.confirm')) {
|
if (!this.getTreePref('openGroupBookmarkBehavior.confirm')) {
|
||||||
behavior += (
|
behavior += (
|
||||||
@ -500,10 +501,7 @@ var TreeStyleTabService = {
|
|||||||
]]>
|
]]>
|
||||||
).replace(
|
).replace(
|
||||||
/TST_DRAGSESSION/g,
|
/TST_DRAGSESSION/g,
|
||||||
(canDropFunctionName == 'canDrop' ?
|
'TSTTabBrowser.treeStyleTab.getCurrentDragSession()'
|
||||||
'aDragSession' :
|
|
||||||
'TSTTabBrowser.treeStyleTab.getCurrentDragSession()'
|
|
||||||
)
|
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user