fix #1909 (that.resize -> that.resizeElement)
This commit is contained in:
parent
64fa66e327
commit
55bc138775
12 changed files with 15 additions and 21 deletions
|
|
@ -1950,7 +1950,7 @@ pandora.resizeWindow = function() {
|
|||
} else {
|
||||
pandora.$ui.browser.scrollToSelection();
|
||||
if (pandora.user.ui.itemView == 'info') {
|
||||
pandora.$ui.item.resize && pandora.$ui.item.resize();
|
||||
pandora.$ui.item.resizeElement && pandora.$ui.item.resizeElement();
|
||||
} else if (pandora.user.ui.itemView == 'clips') {
|
||||
pandora.$ui.clipList.size();
|
||||
} else if (pandora.user.ui.itemView == 'timeline') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue