[Time Conductor] Update FormatService JSDoc

This commit is contained in:
Victor Woeltjen 2015-11-02 12:30:18 -08:00
parent cecc52f0a9
commit 2d1faeba8c

View File

@ -72,9 +72,11 @@ define([
/**
* Look up a format by its symbolic identifier.
* @method getFormat
* @memberof FormatService#
* @param {string} key the identifier for this format
* @returns {Format} the format, or `undefined` if no such format
* is known.
* @returns {Format} the format
* @throws {Error} errors when the requested format is unrecognized
*/
/**