summaryrefslogtreecommitdiff
path: root/browser
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-03-22 12:14:32 +0100
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-03-22 12:14:32 +0100
commitf2d20e33d3030ab3ebc0650f30405933f5efe2f3 (patch)
tree1b819be7648563d1cbaa5a15f8c2a682ac99bbf4 /browser
parenteb8fcf8433bc1b22fb918e2d7acb635e41af13cf (diff)
downloadpalemoon-gre-f2d20e33d3030ab3ebc0650f30405933f5efe2f3.tar.gz
Remove the trailing comma in an array
ECMAScript 3+ contains this feature (trailing commas in arrays)
Diffstat (limited to 'browser')
-rw-r--r--browser/base/content/browser.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/browser/base/content/browser.js b/browser/base/content/browser.js
index dd25055cc..5a832c077 100644
--- a/browser/base/content/browser.js
+++ b/browser/base/content/browser.js
@@ -347,7 +347,7 @@ var gURLBarSettings = {
prefSuggests: [
"bookmark",
"history",
- "openpage",
+ "openpage"
],
prefKeyword: "keyword.enabled",