Make WordPress Core

Changeset 29069


Ignore:
Timestamp:
07/10/2014 05:50:49 PM (11 years ago)
Author:
wonderboymusic
Message:

Avoid JS errors after [29057].

See #24716.

File:
1 edited

Legend:

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

    r29068 r29069  
    245245            // Create a new EditAttachment frame, passing along the library and the attachment model.
    246246            this.editAttachmentFrame = new media.view.Frame.EditAttachments({
    247                 router:  this.gridRouter,
    248                 library: library,
    249                 model:   model
     247                gridRouter:  this.gridRouter,
     248                library:     library,
     249                model:       model
    250250            });
    251251
Note: See TracChangeset for help on using the changeset viewer.