From f87310c0825b8909a1c498849bb4abd87eae9441 Mon Sep 17 00:00:00 2001 From: "james.sullivan" Date: Fri, 14 Oct 2022 10:47:48 -0400 Subject: [PATCH] Fix initilization crash caused by Extend and buttons getter --- src/viewer.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/viewer.js b/src/viewer.js index ce1d6aef..a4dc274f 100644 --- a/src/viewer.js +++ b/src/viewer.js @@ -181,9 +181,6 @@ $.Viewer = function( options ) { //TODO: rename navImages to uiImages navImages: null, - //interface button controls - buttons: null, - //TODO: this is defunct so safely remove it profiler: null