Remove extra argument in removeAttribute()
This commit is contained in:
parent
4273f14fe1
commit
c0a47713f3
1 changed files with 1 additions and 1 deletions
|
@ -937,7 +937,7 @@
|
|||
}
|
||||
else {
|
||||
elem.style.order = 0;
|
||||
elem.removeAttribute('hasColor', false);
|
||||
elem.removeAttribute('hasColor');
|
||||
}
|
||||
|
||||
return visible;
|
||||
|
|
Loading…
Reference in a new issue