Make WordPress Core

Changeset 26157


Ignore:
Timestamp:
11/14/2013 05:29:01 AM (10 years ago)
Author:
nacin
Message:

JSHint: Make commentReply a declared global from elsewhere.

props adamsilverstein.
see #25979, [26156].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/js/edit-comments.js

    r26156 r26157  
    1 /* global adminCommentsL10n, thousandsSeparator, list_args, QTags, ajaxurl, wpAjax */
     1/* global adminCommentsL10n, thousandsSeparator, list_args, QTags, ajaxurl, wpAjax, commentReply */
    22var setCommentsList, theList, theExtraList,
    33    toggleWithKeyboard = false;
    44
    55(function($) {
    6 var commentReply, getCount, updateCount, updatePending, dashboardTotals;
     6var getCount, updateCount, updatePending, dashboardTotals;
    77
    88setCommentsList = function() {
Note: See TracChangeset for help on using the changeset viewer.