-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactors and Ongoing jQuery Cleanse (#304)
* SceneManager: refactor * SceneManager: Maintain single Scene instance throughout. * Discard RenderContainerController. Continue SceneManager refactor and removal of state * gardening * Replace getRenderStyle() with static property renderStyle * Panel - jQuery cleanse. Discard Spectrum colorpicker include * Re-implement IGVPanel resizing using ResizeObserver * GUIManager: jQuery - ongoing jQuery cleanse * Ongoing jQuery cleanse * Ongoing jQuery cleanse
- Loading branch information
Showing
24 changed files
with
580 additions
and
678 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,9 +33,6 @@ | |
<!-- Bootstrap 5.3.3 JS --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script> | ||
|
||
<!-- Spectrum colorpicker JS --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/spectrum.min.js"></script> | ||
|
||
<!-- Dropbox Chooser API - sw_aiden_lab - supports aidenlab.org and netlify.app --> | ||
<script src="https://www.dropbox.com/static/api/2/dropins.js" id="dropboxjs" data-app-key="dmf9qrwim29nbad"></script> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.