Make WordPress Core

Changeset 22478


Ignore:
Timestamp:
11/09/2012 01:24:55 AM (12 years ago)
Author:
koopersmith
Message:

Media JS: Use correct variable name when binding to the change:library event. see [22477], #21390.

File:
1 edited

Legend:

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

    r22477 r22478  
    441441
    442442            if ( current )
    443                 this.frame.get( previous ).on( 'change:library', this._excludeStateLibrary, this );
     443                this.frame.get( current ).on( 'change:library', this._excludeStateLibrary, this );
    444444        },
    445445
Note: See TracChangeset for help on using the changeset viewer.