Media: Allow successive embed URLs. see [22547], #21390.

git-svn-id: https://develop.svn.wordpress.org/trunk@22548 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith 2012-11-12 06:02:03 +00:00
parent f6a737ed34
commit c2bef6792f
1 changed files with 1 additions and 1 deletions

View File

@ -556,7 +556,7 @@
},
reset: function() {
_.each( _.without( _.keys( this.attributes ), _.keys( this.defaults ) ), function( key ) {
_.each( _.difference( _.keys( this.attributes ), _.keys( this.defaults ) ), function( key ) {
this.unset( key );
}, this );