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

git-svn-id: http://core.svn.wordpress.org/trunk@22548 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Daryl Koopersmith 2012-11-12 06:02:03 +00:00
parent 2d87f983ad
commit 1ec12cccb9

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 );