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

@ -22,9 +22,9 @@ pandora.ui.posterView = function() {
orientation: 'horizontal'
});
that.resize = function() {
that.resizeElement = function() {
selectedImage.url && renderPreview();
}
};
pandora.api.get({
id: item,