File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ module.exports = function() {
176
176
promptInvalidURLWarning = appUtilities . promptInvalidURLWarning = new BackboneViews . PromptInvalidURLWarning ( { el : '#prompt-invalidURL-table' } ) ;
177
177
promptInvalidImageWarning = appUtilities . promptInvalidImageWarning = new BackboneViews . PromptInvalidImageWarning ( { el : '#prompt-invalidImage-table' } ) ;
178
178
promptInvalidEdgeWarning = appUtilities . promptInvalidEdgeWarning = new BackboneViews . PromptInvalidEdgeWarning ( { el : '#prompt-invalidEdge-table' } ) ;
179
- exportErrorView = appUtilities . promptInvalidEdgeWarning = new BackboneViews . ExportErrorView ( { el : "#exportError-table" , } ) ;
179
+ exportErrorView = appUtilities . ExportErrorView = new BackboneViews . ExportErrorView ( { el : "#exportError-table" , } ) ;
180
180
toolbarButtonsAndMenu ( ) ;
181
181
keyboardShortcuts ( ) ;
182
182
// Events triggered by sbgnviz module
You can’t perform that action at this time.
0 commit comments