Skip to content

Commit

Permalink
Merge pull request RocketChat#165 from pcewing/master
Browse files Browse the repository at this point in the history
Added a missing semicolon.
  • Loading branch information
szwacz committed May 28, 2016
2 parents 7f7fc7c + 38709c0 commit 77608b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/helpers/external_links.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
} else if (element.parentElement) {
checkDomElement(element.parentElement);
}
}
};

checkDomElement(e.target);
}
};

document.addEventListener('click', supportExternalLinks, false);
}());
2 changes: 1 addition & 1 deletion tasks/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports.getReleasePackageName = function(manifest) {
platform: process.platform,
arch: process.arch
});
}
};

module.exports.getEnvName = function () {
return argv.env || 'development';
Expand Down

0 comments on commit 77608b3

Please sign in to comment.