fix #1909 (that.resize -> that.resizeElement)
This commit is contained in:
parent
64fa66e327
commit
55bc138775
12 changed files with 15 additions and 21 deletions
|
|
@ -189,7 +189,7 @@ pandora.ui.news = function(width, height) {
|
|||
renderList();
|
||||
}
|
||||
|
||||
that.resize = function(data) {
|
||||
that.resizeElement = function(data) {
|
||||
width = data.width;
|
||||
height = data.height;
|
||||
$left.css({width: width - 512});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue