Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #30193


Ignore:
Timestamp:
10/30/2014 10:57:32 AM (10 years ago)
Author:
ericlewis
Comment:

In attachment:30193.diff, options hash for media.view.MediaFrame.Select.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30193

    • Property Summary changed from Improve documentation for wp.media.view.MediaFrame.Select to Add JSDoc-style options hash descriptions for media class constructors
    • Property Milestone changed from Awaiting Review to 4.1
  • Ticket #30193 – Description

    initial v2  
    1 Add JSDoc options hash array description.
     1As we're moving towards JSDoc, let's clean up our options hash descriptions in media class constructors.
    22
    3 Move over from @constructor to @class tags, which is the [http://usejsdoc.org/tags-class.html preferred nomenclature on the JSDoc scene].
     3This will incldue moving over from @constructor to @class tags, which is the [http://usejsdoc.org/tags-class.html preferred nomenclature on the JSDoc scene].