Merge branch 'develop' into weather-refactor

This commit is contained in:
Michael Teeuw 2017-10-18 12:01:44 +02:00
commit ec2169e079

View File

@ -92,7 +92,7 @@ var Module = Class.extend({
if (err) { if (err) {
Log.error(err) Log.error(err)
} }
// The inner content of the div will be set after the template is received. // The inner content of the div will be set after the template is received.
// This isn't the most optimal way, but since it's near instant // This isn't the most optimal way, but since it's near instant
// it probably won't be an issue. // it probably won't be an issue.