4 classes: "blerg-title",
12 {kind: "Image", classes: "logo", src: "images/blerglogo.png", attributes: {width: 125, height: 122}},
13 {tag: "h1", components: [
14 {kind: "blerg.Link", href: "/#/", content: "Blërg!"}
16 {tag: "h2", components: [
17 {name: "section", tag: "span"}
21 this.inherited(arguments);
23 sectionChanged: function() {
24 this.$.section.setContent(this.section);
26 setTitle: function(inSender, inEvent) {
28 this.setSection(inEvent.section);