Make WordPress Core

Changeset 30124


Ignore:
Timestamp:
10/31/2014 08:34:39 PM (12 years ago)
Author:
wonderboymusic
Message:

JSHint after [30120].

File:
1 edited

Legend:

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

    r30123 r30124  
    13091309                 * @param {wp.media.view.attachmentsBrowser} The attachments browser view.
    13101310                 */
    1311                 renderSettings: function( attachmentsBrowserView ) {
     1311                renderSettings: function( browser ) {
    13121312                        var library = this.get('library'),
    13131313                                collectionType = this.get('collectionType'),
     
    15671567         * @augments Backbone.Model
    15681568         *
    1569          * @param {object}                     [attributes]                         The attributes hash passed to the state.
     1569         * @param {object}                     [attributes]                         The attributes hash passed to the state.
    15701570         * @param {string}                     [attributes.id=replace-image]        Unique identifier.
    15711571         * @param {string}                     [attributes.title=Replace Image]     Title for the state. Displays in the media menu and the frame's title region.
Note: See TracChangeset for help on using the changeset viewer.