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

git-svn-id: https://develop.svn.wordpress.org/trunk@22716 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith 2012-11-20 14:44:23 +00:00
parent fb3d44da9b
commit 1e83e0eaae
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;
},