Merge branch '3.0' of github.com:zotero/zotero into 3.0

This commit is contained in:
Simon Kornblith 2011-12-31 12:36:36 +00:00
commit f92850abeb

View File

@ -1092,6 +1092,9 @@ var ZoteroPane = new function()
this.getItemGroup = function () {
if (!this.collectionsView.selection) {
return false;
}
return this.collectionsView._getItemAtRow(this.collectionsView.selection.currentIndex);
}