Skip to content

Commit 5116772

Browse files
gfrnndg63276
andauthored
LIMS-1564 - Remove unused dependencies (#868)
* Remove touchscreen app * Remove unused dependencies * Remove local version of jquery-flot-pie * Remove aliased dependencies --------- Co-authored-by: Mark W <24956497+ndg63276@users.noreply.github.com>
1 parent 060440a commit 5116772

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+14
-20257
lines changed

client/src/js/modules/blstats/views/histogram.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
define(['marionette', 'modules/blstats/models/histogram', 'utils',
22
'jquery',
33
'jquery.flot',
4-
'jquery.flot.resize',
4+
'jquery-flot-resize',
55
'jquery.flot.tickrotor',
66
], function(Marionette, Histogram, utils, $) {
77

client/src/js/modules/blstats/views/robotdewar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
define(['marionette', 'modules/blstats/models/robotdewar', 'utils',
22
'jquery',
33
'jquery.flot',
4-
'jquery.flot.resize',
4+
'jquery-flot-resize',
55
], function(Marionette, Dewar, utils, $) {
66

77
return Marionette.ItemView.extend({

client/src/js/modules/cell/views/autoproc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
define(['marionette', 'utils',
22
'jquery',
33
'jquery.flot',
4-
'jquery.flot.pie',
4+
'flot-pie',
55
], function(Marionette, utils, $) {
66

77

client/src/js/modules/cell/views/states.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
define(['marionette', 'utils',
22
'jquery',
33
'jquery.flot',
4-
'jquery.flot.pie',
4+
'flot-pie',
55
], function(Marionette, utils, $) {
66

77

client/src/js/modules/dc/views/aiplots.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ define(['marionette', 'backbone', 'modules/dc/collections/aiplots',
33
'templates/dc/aiplots.html',
44
'jquery',
55
'jquery.flot',
6-
'jquery.flot.resize',
6+
'jquery-flot-resize',
77
'jquery.flot.tooltip',
88
], function(Marionette, Backbone, AIPlots, utils, template, $) {
99

client/src/js/modules/dc/views/distl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
define(['marionette', 'modules/dc/models/distl', 'utils',
22
'jquery',
33
'jquery.flot',
4-
'jquery.flot.resize',
4+
'jquery-flot-resize',
55
'jquery.flot.selection',
66
], function(Marionette, DCDISTLModel, utils, $) {
77

client/src/js/modules/dc/views/rdplot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ define(['marionette', 'modules/dc/models/rd', 'utils',
22
'templates/dc/rdplot.html',
33
'jquery',
44
'jquery.flot',
5-
'jquery.flot.resize',
5+
'jquery-flot-resize',
66
], function(Marionette, RDModel, utils, template, $) {
77

88

client/src/js/modules/stats/views/pie.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
define(['marionette', 'modules/stats/models/pie', 'utils',
22
'jquery',
33
'jquery.flot',
4-
'jquery.flot.resize',
5-
'jquery.flot.pie',
4+
'jquery-flot-resize',
5+
'flot-pie',
66
], function(Marionette, Pie, utils, $) {
77

88
return Marionette.ItemView.extend({

client/src/js/modules/types/gen/dc/datplot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
define(['marionette', 'modules/types/gen/dc/models/dat', 'utils',
22
'jquery',
33
'jquery.flot',
4-
'jquery.flot.resize',
4+
'jquery-flot-resize',
55
], function(Marionette, Dat, utils, $) {
66

77
// DAT Plot

client/src/js/modules/types/pow/dc/datplotlarge.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ define(['backbone',
55
'utils',
66
'jquery',
77
'jquery.flot',
8-
'jquery.flot.resize',
9-
'jquery.flot.axislabels'
8+
'jquery-flot-resize',
9+
'flot-axislabels'
1010
], function(Backbone, Marionette, Dat, DataCollections, utils, $) {
1111

1212
var DatCollection = Backbone.Collection.extend({

0 commit comments

Comments
 (0)