In Media Views, use this.listenTo( this.model, .... ) instead of this.model.on( .... ) to fix garbage collection and to avoid "ghost views."

Fixes #30896.

Built from https://develop.svn.wordpress.org/trunk@31045


git-svn-id: http://core.svn.wordpress.org/trunk@31026 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor
2015-01-04 05:25:22 +00:00
parent be59efcfbf
commit fb454239fb
3 changed files with 21 additions and 21 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-alpha-31044';
$wp_version = '4.2-alpha-31045';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.