No bug. Fix strict warning caused by bug 315913. r=silver@warwickcompsoc.co.uk (James Ross). ChatZilla Only. NPOTFFB.

git-svn-id: svn://10.0.0.236/trunk@240670 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gijskruitbosch%gmail.com 2007-12-08 23:53:55 +00:00
parent efc6985964
commit bc5d7dbb5d

View File

@ -3038,6 +3038,7 @@ function getTabForObject (source, create)
source.userListShare = new Object();
source.userList = new XULTreeView(source.userListShare);
source.userList.getCellProperties = ul_getcellprops;
source.userList.childData.setSortDirection(1);
}
}