This commit is contained in:
SHIMODA Hiroshi 2010-12-07 19:19:13 +09:00
parent ee4344164e
commit 961460cb0d

View File

@ -445,7 +445,6 @@ TreeStyleTabBrowser.prototype = {
b.tabContainer._getDropIndex.toSource().replace( b.tabContainer._getDropIndex.toSource().replace(
/\.screenX/g, '[this.treeStyleTab.positionProp]' /\.screenX/g, '[this.treeStyleTab.positionProp]'
).replace( ).replace(
/\.width/g, '[this.treeStyleTab.sizeProp]' /\.width/g, '[this.treeStyleTab.sizeProp]'
) )
); );