[Time Conductor] Add JSDoc for params

This commit is contained in:
Victor Woeltjen
2015-10-30 14:08:11 -07:00
parent b12bb55495
commit 796d6b800a
3 changed files with 16 additions and 0 deletions

View File

@ -36,6 +36,11 @@ define(
* the range (usually value) of a data series.
* @memberof platform/telemetry
* @constructor
* @param {FormatService} formatService the service to user to format
* domain values
* @param {string} defaultFormatKey the format to request when no
* format has been otherwise specified
* @param $log Angular's `$log`, to log warnings
*/
function TelemetryFormatter(formatService, defaultFormatKey, $log) {
this.formatService = formatService;