1. More updates to the map of science vis.

This commit is contained in:
tankchintan 2011-05-28 00:05:42 +00:00
parent 1c594395aa
commit c79c6cf968
13 changed files with 150 additions and 14 deletions

View file

@ -39,7 +39,7 @@ var EntityVisModeController = Class.extend({
initWidgets: function(map, sliderControl) {
var widgets = {};
widgets['scimap'] = new ScimapWidget(map, sliderControl);
widgets['sci_area_table'] = new DataTableWidget();
widgets['sci_area_table'] = new DataTableWidget(widgets['scimap']);
this.widgets = widgets;
},