Sha256: b1505f22b8d7b9b0588a9f448bfe51f553767c9b6749728528bcf7eae89703a0

Contents?: true

Size: 807 Bytes

Versions: 5

Compression:

Stored size: 807 Bytes

Contents

/* See license.txt for terms of usage */

define("tabs/aboutTab",["domplate/domplate","domplate/tabView","core/lib","i18n!nls/harViewer"],function(Domplate,TabView,Lib,Strings){with(Domplate){function AboutTab(){}return AboutTab.prototype={id:"About",label:Strings.aboutTabLabel,tabHeaderTag:A({"class":"$tab.id\\Tab tab",view:"$tab.id",_repObject:"$tab"},"$tab.label",SPAN(" "),SPAN({"class":"version"},"$tab.tabView.version")),bodyTag:DIV({"class":"aboutBody"}),onUpdateBody:function(e,t){var n=this;t=this.bodyTag.replace({},t),require(["text!tabs/aboutTab.html"],function(r){r=r.replace("@VERSION@",e.version,"g"),r=r.replace("@HAR_SPEC_URL@",e.harSpecURL,"g"),t.innerHTML=r,$(".linkSchema").click(Lib.bind(n.onSchema,n))})},onSchema:function(){this.tabView.selectTabByName("Schema")}},AboutTab}});

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
har-0.1.5 lib/har/viewer/scripts/tabs/aboutTab.js
har-0.1.4 lib/har/viewer/scripts/tabs/aboutTab.js
har-0.1.3 lib/har/viewer/scripts/tabs/aboutTab.js
har-0.1.2 lib/har/viewer/scripts/tabs/aboutTab.js
har-0.1.1 lib/har/viewer/scripts/tabs/aboutTab.js