Skip to content

Commit

Permalink
Merge pull request #64 from nebiolabs/develop
Browse files Browse the repository at this point in the history
Version 2.0.2
  • Loading branch information
gorj-tessella authored Jun 24, 2020
2 parents 173e123 + 0647ffc commit d2a8c20
Show file tree
Hide file tree
Showing 6 changed files with 1,213 additions and 768 deletions.
4 changes: 2 additions & 2 deletions dist/js/plate-map.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use strict";

function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }

var plateMapWidget = plateMapWidget || {};

Expand Down Expand Up @@ -2801,7 +2801,7 @@ plateMapWidget.loadPlate = function () {
derivative[index] = this.sanitizeWell(well);
}
} else {
derivative = this.derivative;
derivative = this.engine.derivative;
}

var checkboxes;
Expand Down
2 changes: 1 addition & 1 deletion dist/js/plate-map.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/plate-map.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit d2a8c20

Please sign in to comment.