Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
MichMich authored Dec 31, 2016
2 parents da772e6 + 65b8f78 commit 09e6a6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions js/class.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
var ret = fn.apply(this, arguments);
this._super = tmp;


return ret;
};
})(name, prop[name]) : prop[name];
Expand Down
1 change: 1 addition & 0 deletions modules/default/newsfeed/fetcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ var Fetcher = function(url, reloadInterval, encoding) {
scheduleTimer();
});


nodeVersion = Number(process.version.match(/^v(\d+\.\d+)/)[1]);
headers = {"User-Agent": "Mozilla/5.0 (Node.js "+ nodeVersion + ") MagicMirror/" + global.version + " (https://github.com/MichMich/MagicMirror/)"}

Expand Down

0 comments on commit 09e6a6a

Please sign in to comment.