diff options
Diffstat (limited to 'notifier/subject_weather_yahoo.js')
-rw-r--r--[-rwxr-xr-x] | notifier/subject_weather_yahoo.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/notifier/subject_weather_yahoo.js b/notifier/subject_weather_yahoo.js index 9f67997..2868140 100755..100644 --- a/notifier/subject_weather_yahoo.js +++ b/notifier/subject_weather_yahoo.js @@ -105,9 +105,8 @@ URLs.forEach(function(url) { } return source; }, - buildMessages: function(diff) { - return new notifier.Message('Weather forecast by Yahoo!', $U.xmlSerialize(diff), url); - } + buildMessages: function(diff) + new notifier.Message('Weather forecast by Yahoo!', $U.xmlSerialize(diff), url) }); }); |