refactoring

This commit is contained in:
rolux 2011-09-27 14:14:40 +00:00
commit 164961e562
16 changed files with 349 additions and 637 deletions

View file

@ -517,7 +517,9 @@ pandora.ui.infoView = function(data) {
pandora.UI.bind({
icons: that.reload,
showSitePoster: that.reload
showSitePoster: function() {
pandora.user.ui.icons == 'poster' && that.reload();
}
});
return that;