Changeset 27372
- Timestamp:
- 03/03/2014 03:53:52 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/tinymce/plugins/wordpress/plugin.js
r27368 r27372 444 444 _hideButtons(); 445 445 }); 446 447 editor.dom.bind( editor.getWin(), 'dragover', function(e) { 448 if ( typeof window.jQuery !== 'undefined' ) { 449 // Propagate the event to its container for the parent window to catch. 450 jQuery( editor.getContainer() ).trigger(e); 451 } 452 }); 446 453 }); 447 454
Note: See TracChangeset
for help on using the changeset viewer.