Changeset 22530
- Timestamp:
- 11/10/2012 09:57:28 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/mce-view.js
r22508 r22530 741 741 // then detach it from the DOM and remove the reference. 742 742 this.frame.on( 'close', function() { 743 this.frame.detach(); 743 if ( this.frame ) 744 this.frame.detach(); 744 745 delete this.frame; 745 746 }, this );
Note: See TracChangeset
for help on using the changeset viewer.