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:
Andrew Nacin 2013-11-14 05:30:09 +00:00
parent 47559f45bf
commit 97eff9117b
2 changed files with 3 additions and 3 deletions

View File

@ -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