Skip to content

Commit

Permalink
Merge pull request #35 from dannon/workflowexport_mako
Browse files Browse the repository at this point in the history
Fix require inclusion scoping in analysis.js
  • Loading branch information
bgruening authored May 11, 2017
2 parents 7374558 + 2e34b6c commit 6f89bab
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions client/galaxy/scripts/apps/analysis.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ var jQuery = require( 'jquery' ),
HistoryPanel = require( './history-panel' ),
PAGE = require( 'layout/page' ),
ToolForm = require( 'mvc/tool/tool-form' ),
UserPreferences = require( 'mvc/user/user-preferences' );
CustomBuilds = require( 'mvc/user/user-custom-builds' );
Tours = require( 'mvc/tours' );
UserPreferences = require( 'mvc/user/user-preferences' ),
CustomBuilds = require( 'mvc/user/user-custom-builds' ),
Tours = require( 'mvc/tours' ),
Workflows = require( 'mvc/workflow/workflow' );

/** define the 'Analyze Data'/analysis/main/home page for Galaxy
Expand Down
6 changes: 3 additions & 3 deletions static/scripts/bundled/analysis.bundled.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/scripts/bundled/analysis.bundled.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/scripts/bundled/libs.bundled.js.map

Large diffs are not rendered by default.

0 comments on commit 6f89bab

Please sign in to comment.