fix #2165 (Document Viewer Dialog: previous/next buttons not functional)

This commit is contained in:
rolux 2014-02-13 12:07:28 +00:00
commit d91401189c
3 changed files with 13 additions and 4 deletions

View file

@ -886,6 +886,11 @@ pandora.ui.documentsPanel = function(options) {
}).open();
}
that.selectSelected = function(offset) {
$list.selectSelected(offset);
return that;
};
that.updateSize = function() {
$list.size();
};