From 0ed38bb33e8062a61878e9ef3542e2ab8d366e38 Mon Sep 17 00:00:00 2001 From: Jens Lody Date: Mon, 28 Oct 2013 07:53:45 +0100 Subject: [PATCH] add missing comma --- src/extension.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extension.js b/src/extension.js index ebee080..6bfcbcf 100644 --- a/src/extension.js +++ b/src/extension.js @@ -1337,7 +1337,7 @@ weather-storm.png = weather-storm-symbolic.svg let params = { q: this.extractCity(this._city), - units: 'metric' + units: 'metric', cnt : '10', };