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;
|
||||
if (!this.getTreePref('openGroupBookmarkBehavior.confirm')) {
|
||||
behavior += (
|
||||
@ -500,10 +501,7 @@ var TreeStyleTabService = {
|
||||
]]>
|
||||
).replace(
|
||||
/TST_DRAGSESSION/g,
|
||||
(canDropFunctionName == 'canDrop' ?
|
||||
'aDragSession' :
|
||||
'TSTTabBrowser.treeStyleTab.getCurrentDragSession()'
|
||||
)
|
||||
'TSTTabBrowser.treeStyleTab.getCurrentDragSession()'
|
||||
)
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user