forked from 0x2620/pandora
only resize info view if resize method is present (only needed for 0xDB poster picker list)
This commit is contained in:
parent
a660dc327c
commit
e2d74849f0
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ pandora.ui.item = function() {
|
||||||
pandora.$ui.item = pandora.ui.infoView(result.data)
|
pandora.$ui.item = pandora.ui.infoView(result.data)
|
||||||
.bindEvent({
|
.bindEvent({
|
||||||
resize: function() {
|
resize: function() {
|
||||||
pandora.$ui.item.resize();
|
pandora.$ui.item.resize && pandora.$ui.item.resize();
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue