Fix lint in initializeCommentDate.js (#4319) [ci skip]

This commit is contained in:
Yash Dave 2019-10-10 00:03:52 +05:30 committed by Mac Siri
parent 7d530cf002
commit 350e43e62b

View file

@ -1,6 +1,8 @@
/* Show comment date/time according to user's locale */
/* global addLocalizedDateTimeToElementsTitles */
'use strict';
function initializeCommentDate() {
var commentsDates = document.querySelectorAll('.comment-date time');