Make WordPress Core

Changeset 22786


Ignore:
Timestamp:
11/21/2012 07:21:08 PM (12 years ago)
Author:
koopersmith
Message:

Media: Remove unused variable for state attributes. see #21390.

File:
1 edited

Legend:

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

    r22781 r22786  
    11891189            this.states.add([
    11901190                // Main states.
    1191                 new media.controller.Library( _.defaults({
     1191                new media.controller.Library({
    11921192                    selection: options.selection,
    11931193                    library:   media.query( options.library ),
     
    11951195                    menu:      'main',
    11961196                    toolbar:   'select'
    1197                 }, attributes ) ),
     1197                }),
    11981198
    11991199                new media.controller.Upload({
Note: See TracChangeset for help on using the changeset viewer.