Skip to content

Commit

Permalink
Merge pull request #68 from SOCR/dev
Browse files Browse the repository at this point in the history
refactor(ModuleList): move charts in front of tools in analysis menu
  • Loading branch information
alxndrkalinin authored Sep 21, 2016
2 parents 90a7b32 + 4a5b1a0 commit c8537e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/scripts/App/AppModuleList.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ module.exports = class AppModuleList
require 'scripts/analysis/GetData/GetData.module.coffee'
,
require 'scripts/analysis/DataWrangler/DataWrangler.module.coffee'
,
require 'scripts/analysis/charts/Charts.module.coffee'
,
Tools: [
require 'scripts/analysis/tools/Cluster/Cluster.module.coffee'
]
,
require 'scripts/analysis/charts/Charts.module.coffee'
]

##### access methods #####
Expand Down

0 comments on commit c8537e5

Please # to comment.