JSHint: Make commentReply a declared global from elsewhere.
props adamsilverstein. see #25979, [26156]. git-svn-id: https://develop.svn.wordpress.org/trunk@26157 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
01f59af277
commit
1e02e255eb
@ -1,9 +1,9 @@
|
||||
/* global adminCommentsL10n, thousandsSeparator, list_args, QTags, ajaxurl, wpAjax */
|
||||
/* global adminCommentsL10n, thousandsSeparator, list_args, QTags, ajaxurl, wpAjax, commentReply */
|
||||
var setCommentsList, theList, theExtraList,
|
||||
toggleWithKeyboard = false;
|
||||
|
||||
(function($) {
|
||||
var commentReply, getCount, updateCount, updatePending, dashboardTotals;
|
||||
var getCount, updateCount, updatePending, dashboardTotals;
|
||||
|
||||
setCommentsList = function() {
|
||||
var totalInput, perPageInput, pageInput, dimAfter, delBefore, updateTotalCount, delAfter, refillTheExtraList, diff,
|
||||
|
Loading…
Reference in New Issue
Block a user