updateElement
This commit is contained in:
parent
706df6cc4b
commit
877e867d03
35 changed files with 516 additions and 314 deletions
|
|
@ -52,7 +52,7 @@ oml.ui.previewDialog = function() {
|
|||
};
|
||||
}
|
||||
|
||||
that.update = function() {
|
||||
that.updateElement = function() {
|
||||
oml.api.get({
|
||||
id: Ox.last($list.options('selected')),
|
||||
keys: ['coverRatio', 'id', 'modified', 'title']
|
||||
|
|
@ -87,6 +87,6 @@ oml.ui.previewDialog = function() {
|
|||
return that;
|
||||
};
|
||||
|
||||
return that.update();
|
||||
return that.updateElement();
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue