forked from 0x2620/pandora
fix #1909 (that.resize -> that.resizeElement)
This commit is contained in:
parent
64fa66e327
commit
55bc138775
12 changed files with 15 additions and 21 deletions
|
|
@ -22,9 +22,9 @@ pandora.ui.posterView = function() {
|
|||
orientation: 'horizontal'
|
||||
});
|
||||
|
||||
that.resize = function() {
|
||||
that.resizeElement = function() {
|
||||
selectedImage.url && renderPreview();
|
||||
}
|
||||
};
|
||||
|
||||
pandora.api.get({
|
||||
id: item,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue