Skip to content

Commit

Permalink
remove stray addChild() call in renderFacetSelectors
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed May 11, 2012
1 parent 6612c9e commit a4bee8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/View/TrackList/Faceted.js
Expand Up @@ -320,7 +320,6 @@ dojo.declare( 'JBrowse.View.TrackList.Faceted', null,
*/
renderFacetSelectors: function() {
var container = new dijit.layout.AccordionContainer({style: 'width: 200px'});
this.mainContainer.addChild( container );

var store = this.trackDataStore;
this.facetSelectors = {};
Expand Down

0 comments on commit a4bee8b

Please sign in to comment.