Skip to content

Commit

Permalink
comment, re-delete unused components
Browse files Browse the repository at this point in the history
  • Loading branch information
danvk committed Nov 26, 2014
1 parent a0892a6 commit fb3eab4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 338 deletions.
1 change: 1 addition & 0 deletions cycledash/static/js/examine/RecordStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ var DEFAULT_SORT_BYS = [{columnName: 'contig', order: 'asc'},
var ENTIRE_GENOME = {start: null, end: null, contig: types.ALL_CHROMOSOMES};


// opt_dataSource is provided for testing. Its type is function(url, done_callback).
function createRecordStore(vcfId, dispatcher, opt_dataSource) {
// Initial state of the store. This is mutable. There be monsters.
var hasLoaded = false,
Expand Down
99 changes: 0 additions & 99 deletions cycledash/static/js/examine/components/AttributeCharts.js

This file was deleted.

239 changes: 0 additions & 239 deletions cycledash/static/js/examine/components/Karyogram.js

This file was deleted.

0 comments on commit fb3eab4

Please sign in to comment.