From b9e56e6bc0ce1fc16c948eb611de596999c406f5 Mon Sep 17 00:00:00 2001 From: jbphet Date: Wed, 6 Apr 2022 17:21:24 -0600 Subject: [PATCH] converted JS to TS, see https://github.com/phetsims/tambo/issues/160 --- js/soundConstants.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/soundConstants.ts b/js/soundConstants.ts index d4cf51e4..ce5f2fb4 100644 --- a/js/soundConstants.ts +++ b/js/soundConstants.ts @@ -1,7 +1,5 @@ // Copyright 2019-2021, University of Colorado Boulder -// @ts-nocheck - /** * a singleton instance that contains constants shared amongst the sound generation code modules *