Make WordPress Core

Changeset 42410


Ignore:
Timestamp:
12/18/2017 11:19:02 AM (7 years ago)
Author:
atimmer
Message:

Docs: Improve JSDoc for js/media/controllers/edit-image.js.

Amends r42392 - includes the built media files.

File:
1 edited

Legend:

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

    r42353 r42410  
    20462046
    20472047    /**
     2048     * Activates a frame for editing a featured image.
     2049     *
    20482050     * @since 3.9.0
     2051     *
     2052     * @returns {void}
    20492053     */
    20502054    activate: function() {
     
    20532057
    20542058    /**
     2059     * Deactivates a frame for editing a featured image.
     2060     *
    20552061     * @since 3.9.0
     2062     *
     2063     * @returns {void}
    20562064     */
    20572065    deactivate: function() {
     
    20602068
    20612069    /**
     2070     * Adds a toolbar with a back button.
     2071     *
     2072     * When the back button is pressed it checks whether there is a previous state.
     2073     * In case there is a previous state it sets that previous state otherwise it
     2074     * closes the frame.
     2075     *
    20622076     * @since 3.9.0
     2077     *
     2078     * @returns {void}
    20632079     */
    20642080    toolbar: function() {
     
    37263742
    37273743            /**
    3728              * @callback
     3744             * @ignore
     3745             *
    37293746             * @fires wp.media.controller.State#insert
    37303747             */
Note: See TracChangeset for help on using the changeset viewer.