Fix scatterplot.

This commit is contained in:
Dannon Baker
2018-03-21 11:24:28 -04:00
parent 4fb391b127
commit e92ceea1f7
5 changed files with 52 additions and 38 deletions
@@ -0,0 +1,2 @@
import $ from "jquery";
window.jQuery = window.$ = window.jquery = $;
@@ -1,14 +1,16 @@
import $ from "jquery";
import "./jqglobals";
// This is a really annoying hack to get bootstrap/jqui jquery bindings available correctly.
/* global $ */
import * as Backbone from "backbone";
import * as d3 from "d3";
import * as _ from "underscore";
import "jquery-ui-bundle";
import "bootstrap";
import "../../../../../client/galaxy/scripts/ui/peek-column-selector";
import "../../../../../client/galaxy/scripts/ui/pagination";
import "jquery-ui-bundle";
import "bootstrap";
import * as VisualizationModel from "../../../../../client/galaxy/scripts/mvc/visualization/visualization-model";
window.$ = $;
console.debug($);
//TODO: Finish unlinking this from the Galaxy codebase (package it, use that way?)
File diff suppressed because one or more lines are too long