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 } }