add missing semicolon

This commit is contained in:
rolux 2014-01-15 16:55:52 +05:30
parent cc1d3923fe
commit 9bbefac9f8

View file

@ -181,7 +181,7 @@ pandora.ui.browser = function() {
}
},
pandora_listsort: function() {
that.options({sort: getSort()})
that.options({sort: getSort()});
},
pandora_showsiteposters: function() {
pandora.user.ui.icons == 'posters' && that.reloadList(true);