From 64db285c0b08b86f2ec8312b87c2a649d82b4773 Mon Sep 17 00:00:00 2001 From: samreid Date: Thu, 28 Sep 2017 21:46:41 -0600 Subject: [PATCH] Removed bogus comment --- js/types/TString.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/types/TString.js b/js/types/TString.js index 22465a7c..e624f4e0 100644 --- a/js/types/TString.js +++ b/js/types/TString.js @@ -15,7 +15,6 @@ define( function( require ) { var TObject = require( 'PHET_IO/types/TObject' ); /** - * Parametric wrapper type constructor for instrumented string instances. * @constructor */ function TString() {