Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
var localizeNewCommentForm = function() {
var newCommentForm = getNewCommentContainer().find('#newComment');
if (newCommentForm.length !== 0) commentL10n.localize(newCommentForm);
};