Update index.js

Bu seçenek, özellik hakkındaki uyarıları bastırır . Bu
özellik tüm tarayıcılar tarafından desteklenmemektedir,
This commit is contained in:
= 2022-03-14 22:31:52 +03:00
parent 5bc53618f8
commit 192343c07b

2
dist/index.js vendored
View file

@ -65,7 +65,7 @@ class Command {
let first = true;
for (const key in this.properties) {
if (this.properties.hasOwnProperty(key)) {
const val = this.properties[key];
const val = this.properties[key]; __iterator__
if (val) {
if (first) {
first = false;