JSHint: Make commentReply a declared global from elsewhere.
props adamsilverstein. see #25979, [26156]. Built from https://develop.svn.wordpress.org/trunk@26157 git-svn-id: http://core.svn.wordpress.org/trunk@26068 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
47559f45bf
commit
97eff9117b
|
@ -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,
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue