From 233207c200ce006386a00269c6a84209dcbdfadb Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Thu, 18 Nov 2021 14:25:54 +0900 Subject: [PATCH] Update chrome.js --- lib/chrome.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chrome.js b/lib/chrome.js index aa23ff7..75c3333 100644 --- a/lib/chrome.js +++ b/lib/chrome.js @@ -333,7 +333,7 @@ var ChromeObject = function() { for (var i = 0; i < params.length; i++) { if (params[i].indexOf(paramName + '=') == 0) { paramValue = params[i].substring((paramName + '=').length); - //break; // Do not break because will be get the last value + //break; // Do not break because will be get the last value } }