From a6260485ac665fba7da23d6b3756c96b059153c9 Mon Sep 17 00:00:00 2001 From: Chris Shyi Date: Mon, 18 Jun 2018 15:46:07 -0400 Subject: [PATCH] Updated function docstring --- spotifyvis/templates/spotifyvis/user_data.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotifyvis/templates/spotifyvis/user_data.html b/spotifyvis/templates/spotifyvis/user_data.html index 143c54c..2eebd3b 100644 --- a/spotifyvis/templates/spotifyvis/user_data.html +++ b/spotifyvis/templates/spotifyvis/user_data.html @@ -27,7 +27,7 @@ /** Queries the backend for audio feature data, draws the bar chart * illustrating the frequencies of values, and appends the chart to - * + * a designated parent element * * @param audioFeature: the name of the audio feature (string) * @param intervalEndPoints: a sorted array of 5 real numbers defining the intervals (categories) of values,