-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update Nanoborb to using caMic v3.0.0
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule caMicroscope
updated
27 files
+0 −12 | .project | |
+3 −0 | apps/heatmap/heatmap.html | |
+6 −6 | apps/heatmap/init.js | |
+4 −0 | apps/labeling/labeling.html | |
+7 −23 | apps/landing/landing.html | |
+7 −1 | apps/lite/segment/segment.html | |
+3 −0 | apps/lite/viewer/viewer.html | |
+4 −4 | apps/loader/loader.html | |
+3 −0 | apps/segment/segment.html | |
+196 −116 | apps/viewer/init.js | |
+198 −86 | apps/viewer/uicallbacks.js | |
+10 −5 | apps/viewer/viewer.html | |
+19 −1 | common/DrawHelper.js | |
+6 −3 | common/dynamicLoadScript.js | |
+130 −3 | common/util.js | |
+76 −0 | components/modalbox/modalbox.css | |
+102 −0 | components/modalbox/modalbox.js | |
+5 −1 | components/spyglass/spyglass.js | |
+13 −3 | components/toolbar/toolbar.js | |
+7 −10 | core/CaMic.js | |
+17 −1 | core/Store.js | |
+45 −8 | core/extension/openseadragon-canvas-draw-overlay.js | |
+1 −0 | core/extension/openseadragon-overlays-manage.js | |
+4 −4 | dist/imgbox_package.js | |
+1 −1 | dist/imgbox_package.map | |
+2 −4 | package.json | |
+6 −4 | package/ImgBoxMods.js |