mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 10:51:34 +08:00
Move worker-stats.js file to static so that plugin can find it Update compiled scatterplot.js with above changes
6 lines
168 B
JavaScript
6 lines
168 B
JavaScript
onmessage = function(event) {
|
|
importScripts("numeric-column-stats.js");
|
|
postMessage(numericColumnStats(event.data.data, event.data.keys));
|
|
self.close();
|
|
};
|