Skip to content

Commit

Permalink
Remove unused panel import
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed May 8, 2017
1 parent 31a4c87 commit 8b572a8
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 15 deletions.
2 changes: 0 additions & 2 deletions client/galaxy/scripts/apps/analysis.js
Expand Up @@ -3,7 +3,6 @@ var jQuery = require( 'jquery' ),
$ = jQuery,
GalaxyApp = require( 'galaxy' ).GalaxyApp,
QUERY_STRING = require( 'utils/query-string-parsing' ),
PANEL = require( 'layout/panel' ),
ToolPanel = require( './tool-panel' ),
HistoryPanel = require( './history-panel' ),
Page = require( 'layout/page' ),
Expand Down Expand Up @@ -39,7 +38,6 @@ window.app = function app( options, bootstrapped ){
}
});


// .................................................... routes
/** */
Galaxy.router = new ( Backbone.Router.extend({
Expand Down
14 changes: 7 additions & 7 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.

8 changes: 4 additions & 4 deletions static/scripts/bundled/libs.bundled.js

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 8b572a8

Please sign in to comment.