2 * @overview This "library" contains a
3 * lot of classes and functions.
7 alert("This 'is' \"code\"");
9 * @name My Cool Library
10 * @author Joe Smith jsmith@company.com
15 * Gets the current foo
16 * @param {String} fooId The unique identifier for the foo.
17 * @return {Object} Returns the current foo.
19 function getFoo(fooID
){