Make empty initializations explicit
parent
8ac3d5f838
commit
13b5fac7db
|
@ -72,7 +72,7 @@ MaterialTooltip.prototype.init = function() {
|
|||
|
||||
if (this.element_) {
|
||||
var forElId = this.element_.getAttribute('for');
|
||||
forEl;
|
||||
forEl = null;
|
||||
if (forElId) {
|
||||
forEl = document.getElementById(forElId);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue