Skip to content

Commit

Permalink
Fix output collection terminal base class
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Aug 13, 2015
1 parent 44ae751 commit c938e66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/galaxy/scripts/mvc/workflow/workflow-terminals.js
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ define(['mvc/workflow/workflow-globals'], function( Globals ) {
}
});

var OutputCollectionTerminal = OutputTerminal.extend( {
var OutputCollectionTerminal = Terminal.extend( {
initialize: function( attr ) {
Terminal.prototype.initialize.call( this, attr );
this.datatypes = attr.datatypes;
Expand Down
2 changes: 1 addition & 1 deletion static/maps/mvc/workflow/workflow-terminals.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c938e66

Please sign in to comment.