From 13dc70c65c09513591fd3a1682d7f232f7d26219 Mon Sep 17 00:00:00 2001 From: pixelzoom Date: Tue, 22 Feb 2022 13:00:02 -0700 Subject: [PATCH] default ?enable2F=true, ignore ?focalLengthControl, https://github.com/phetsims/geometric-optics-basics/issues/2 --- js/common/GOGlobalOptions.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/js/common/GOGlobalOptions.ts b/js/common/GOGlobalOptions.ts index e4c0a626..774e3346 100644 --- a/js/common/GOGlobalOptions.ts +++ b/js/common/GOGlobalOptions.ts @@ -16,11 +16,6 @@ import StringIO from '../../../tandem/js/types/StringIO.js'; // constants const optionsTandem = Tandem.GLOBAL_VIEW.createTandem( 'options' ); -// If focalLengthControl query parameter was not in the URL, change the default. -if ( !QueryStringMachine.containsKey( 'focalLengthControl' ) ) { - GOQueryParameters.focalLengthControl = 'direct'; -} - const GOGlobalOptions = { focalLengthControlTypeProperty: