From 07d5366814db68a21c589e914f075dc6b0ca9697 Mon Sep 17 00:00:00 2001 From: samreid Date: Mon, 7 Jan 2019 20:51:47 -0700 Subject: [PATCH] Use @returns instead of @return, see https://github.com/phetsims/chipper/issues/557 --- js/common/model/Charge.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/common/model/Charge.js b/js/common/model/Charge.js index 3ccd689..5294043 100644 --- a/js/common/model/Charge.js +++ b/js/common/model/Charge.js @@ -61,7 +61,7 @@ define( function( require ) { * Returns the radius of the charge object. * * @override - * @return {number} + * @returns {number} */ calculateRadius: function() { return this.radiusProperty.get();