diff --git a/src/style/Color.js b/src/style/Color.js index daec2ded..2ae7bd95 100644 --- a/src/style/Color.js +++ b/src/style/Color.js @@ -775,6 +775,7 @@ var Color = Base.extend(new function() { /** * @name Color#clone + * @function * * Returns a copy of the color object. * diff --git a/src/util/Formatter.js b/src/util/Formatter.js index c5f45e51..fe4036cd 100644 --- a/src/util/Formatter.js +++ b/src/util/Formatter.js @@ -12,9 +12,10 @@ /** * @name Formatter + * @class * @private */ -var Formatter = Base.extend({ +var Formatter = Base.extend(/** @lends Formatter# */{ /** * @param {Number} [precision=5] the amount of fractional digits. */