fix #1909 (that.resize -> that.resizeElement)

This commit is contained in:
rolux 2013-10-22 15:57:35 +02:00
commit 55bc138775
12 changed files with 15 additions and 21 deletions

View file

@ -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});