fix undefined reference error

This commit is contained in:
SHIMODA Hiroshi 2010-11-30 09:48:44 +09:00
parent 7f32f5b88b
commit e038977e76

View File

@ -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()'
)
);
}