Skip to content

Commit

Permalink
Import fixes in main trackster.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Feb 27, 2018
1 parent 9bd112b commit 0e6e468
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions client/galaxy/scripts/viz/trackster.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import _l from "utils/localization";
/**
* Top-level trackster code, used for creating/loading visualizations and user interface elements.
*/
//import * as $ from "jquery"; TODO: fix local import here
import _l from "utils/localization";
import * as _ from "libs/underscore";
import * as Backbone from "libs/backbone";
import tracks from "viz/trackster/tracks";
import visualization from "viz/visualization";
import IconButton from "mvc/ui/icon-button";
Expand All @@ -20,6 +20,9 @@ import "libs/jquery/jquery.form";
import "libs/jquery/jquery.rating";
import "ui/editable-text";

/* global Galaxy */
/* global $ */

/**
* User interface controls for trackster
*/
Expand Down

0 comments on commit 0e6e468

Please sign in to comment.