Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/camicroscope/camicroscope
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
birm committed Jan 23, 2025
2 parents ca26523 + fcec297 commit b261bc2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion common/DrawHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,9 @@ caDrawHelper.prototype.clearCanvas = function(canvas){
var DrawHelper = new caDrawHelper();
//OpenSeadragon.DrawHelper = DrawHelper;

if (typeof window == 'undefined') {
module.exports = caDrawHelper;
}


module.exports = caDrawHelper;

0 comments on commit b261bc2

Please sign in to comment.