b-strauss/clulib

Fix compiler warning in ComponentNode.js

b-strauss opened this issue · 0 comments

../../htdocs/fileadmin/Resources/Public/JavaScripts/node_modules/clulib/lib/cm/ComponentNode.js:130: WARNING - actual parameter 2 of Element.prototype.setAttribute does not match formal parameter
found   : (null|string)
required: (boolean|number|string)
  this.element_.setAttribute(this.manager_.getIdAttribute(), this.id_);
                                                             ^