12 this.inherited(arguments);
15 hrefChanged: function() {
16 this.setAttribute('href', this.href);
18 muteLink: function(inSender, inEvent) {
19 if (inEvent.which > 1)
21 inEvent.preventDefault();
23 location.href = this.href;
24 this.bubble('onNavigate');