fixed eslint error into modules for Javascript files

This commit is contained in:
Rodrigo Ramírez Norambuena
2016-12-01 19:48:53 -03:00
parent 8ad00025ad
commit 83ee0534f2
10 changed files with 110 additions and 99 deletions

View File

@@ -35,8 +35,8 @@ module.exports = NodeHelper.create({
createFetcher: function(feed, config) {
var self = this;
var url = feed.url || '';
var encoding = feed.encoding || 'UTF-8';
var url = feed.url || "";
var encoding = feed.encoding || "UTF-8";
var reloadInterval = config.reloadInterval || 5 * 60 * 1000;
if (!validUrl.isUri(url)) {