(function() { var iframe = function(json) { view.View.call(this, json); this.title = json.title; this.url = json.url; this.clickFocusable = true; this.el.addClass("iframe"); this.h2 = $('

'); this.el.append(this.h2); this.h2.text(this.title); this.iframe = $('