Media: Maintain event bindings in the main embed view. see #21390.

git-svn-id: http://core.svn.wordpress.org/trunk@22716 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Daryl Koopersmith 2012-11-20 14:44:23 +00:00
parent 00377a42f4
commit d63026f2ba
1 changed files with 1 additions and 0 deletions

View File

@ -3285,6 +3285,7 @@
render: function() {
this.$el.html([ this.url.el, this._settings.el ]);
this.url.focus();
this.views.render();
return this;
},