add section selection to view menu

This commit is contained in:
rolux 2014-01-17 09:55:53 +00:00
commit 865188d97d
2 changed files with 17 additions and 3 deletions

View file

@ -15,7 +15,7 @@ pandora.ui.sectionSelect = function(section) {
margin: '4px'
})
.bindEvent({
// ...
});
return that;
};