Removed trailing comma

This commit is contained in:
roxasvalor
2016-04-25 06:27:26 -05:00
parent 74c96d8521
commit 8562bdfc4a

View File

@@ -14,7 +14,7 @@ modules: [
config: {
// See 'Configuration options' for more information.
location: 'Amsterdam,Netherlands',
appid: 'abcde12345abcde12345abcde12345ab', //openweathermap.org API key.
appid: 'abcde12345abcde12345abcde12345ab' //openweathermap.org API key.
}
}
]