Make WordPress Core

Changeset 30378


Ignore:
Timestamp:
11/18/2014 04:28:51 AM (10 years ago)
Author:
johnbillion
Message:

Update the inline docs for the keyEvent callback in the media grid.

Props adamsilverstein
See #29725

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/js/media-grid.js

    r30377 r30378  
    577577        },
    578578        /**
    579          * Respond to the keyboard events: right arrow, left arrow, escape.
     579         * Respond to the keyboard events: right arrow, left arrow, except when
     580         * focus is in a textarea or input field.
    580581         */
    581582        keyEvent: function( event ) {
Note: See TracChangeset for help on using the changeset viewer.