From 887aba9ef40927bf07e8848ab772c210ce067249 Mon Sep 17 00:00:00 2001 From: zepumph Date: Wed, 23 Feb 2022 10:16:11 -0700 Subject: [PATCH] convert to typescript (rename only), https://github.com/phetsims/sun/issues/699 https://github.com/phetsims/tasks/issues/1096 --- .../{RectangularRadioButton.js => RectangularRadioButton.ts} | 0 ...tangularRadioButtonGroup.js => RectangularRadioButtonGroup.ts} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename js/buttons/{RectangularRadioButton.js => RectangularRadioButton.ts} (100%) rename js/buttons/{RectangularRadioButtonGroup.js => RectangularRadioButtonGroup.ts} (100%) diff --git a/js/buttons/RectangularRadioButton.js b/js/buttons/RectangularRadioButton.ts similarity index 100% rename from js/buttons/RectangularRadioButton.js rename to js/buttons/RectangularRadioButton.ts diff --git a/js/buttons/RectangularRadioButtonGroup.js b/js/buttons/RectangularRadioButtonGroup.ts similarity index 100% rename from js/buttons/RectangularRadioButtonGroup.js rename to js/buttons/RectangularRadioButtonGroup.ts