forked from 0x2620/pandora
typo
This commit is contained in:
parent
bd423a0829
commit
bb67cdcdde
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ pandora.ui.documentDialog = function(options) {
|
|||
page: function(data) {
|
||||
pandora.UI.set(
|
||||
'documents.' + item.id,
|
||||
{position: $content.getArea()}
|
||||
{position: data.page}
|
||||
);
|
||||
},
|
||||
zoom: function(data) {
|
||||
|
|
Loading…
Reference in a new issue