Update viewer.js

Change removing buttons, to renaming it buttonGroup
This commit is contained in:
Jimmy Sullivan 2022-10-19 11:35:08 -04:00 committed by GitHub
parent 333be9d6ca
commit 8bb600f6ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -180,6 +180,9 @@ $.Viewer = function( options ) {
//UI image resources //UI image resources
//TODO: rename navImages to uiImages //TODO: rename navImages to uiImages
navImages: null, navImages: null,
//interface button controls
buttonGroup: null,
//TODO: this is defunct so safely remove it //TODO: this is defunct so safely remove it
profiler: null profiler: null