From 192343c07b503a776900b299c0b3912933c8d81b Mon Sep 17 00:00:00 2001 From: = Date: Mon, 14 Mar 2022 22:31:52 +0300 Subject: [PATCH] Update index.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bu seçenek, özellik hakkındaki uyarıları bastırır . Bu özellik tüm tarayıcılar tarafından desteklenmemektedir, --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index b53e898..d2821d3 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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;