case 'sections':
            r2.bin_sections(function(x) {
                self.$.output.setContent(makelist(x));
            });
            break;