Skip to content

Commit

Permalink
Merge pull request #1759 from briehl/develop
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
briehl authored Jul 14, 2020
2 parents 950194f + 64f393b commit 3b1b519
Showing 1 changed file with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
/**
* Output widget for genome variation in Jbrowse
* Output widget for genome variation in Jbrowse
* @author Priya Ranjan <[email protected]>
* @public
*/

define (
[
'kbwidget',
'bootstrap',
'jquery',
define (
[
'kbwidget',
'bootstrap',
'jquery',
'narrativeConfig',
'kbaseAuthenticatedWidget',
'kb_common/jsonRpc/dynamicServiceClient'
], function(
KBWidget,
bootstrap,
$,
'kbaseAuthenticatedWidget',
'kb_common/jsonRpc/dynamicServiceClient'
], function(
KBWidget,
bootstrap,
$,
Config,
kbaseAuthenticatedWidget,
DynamicServiceClient,
) {
kbaseAuthenticatedWidget,
DynamicServiceClient
) {
return KBWidget({
name: "kbaseVariation",
parent : kbaseAuthenticatedWidget,
Expand Down

0 comments on commit 3b1b519

Please sign in to comment.