Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Waterman committed Jul 10, 2015
1 parent af73ba3 commit 7aec1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/versions-fetcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ VersionsFetcher.prototype.getDownloads = function (channel) {
entries = _.select(entries, function (entry) {
entry.version = getVersionString(entry.name);
if (entry.version) {
entry.url = entry.url+"crosswalk-"+entry.version+".zip";
entry.url = entry.url+'crosswalk-'+entry.version+'.zip';
}

// if no version string, don't include this entry
Expand Down

0 comments on commit 7aec1f5

Please sign in to comment.