Do nut use name annotation and avoid changing types

This commit is contained in:
Andreas Hocevar
2020-06-23 23:07:35 +02:00
parent 517c9e6b52
commit 61241e7f90
2 changed files with 11 additions and 11 deletions

View File

@@ -94,10 +94,10 @@ class BaseObject extends Observable {
getUid(this);
/**
* @name values_
* @private
* @type {!Object<string, *>}
*/
this.values_ = null;
if (opt_values !== undefined) {
this.setProperties(opt_values);