blob: 13db168e5e5bf89e42bf31869a6a410d50700145 [file] [log] [blame]
// exported by program to supply initial settings for boxes
var INITIAL_BOX_SETTINGS = [
{name:"partialMap", state:true},
{name:"subTopics", state:true},
{name:"callouts", state:true},
{name:"comments", state:false},
{name:"relationships", state:true},
{name:"taskInformation", state:true},
{name:"textMarkers", state:true},
{name:"dataContainer", state:true},
{name:"legend", state:true}
];