Changeset 30748
- Timestamp:
- 12/06/2014 12:32:18 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js
r30560 r30748 336 336 editor.dom.bind( editor.getWin(), 'scroll', hide ); 337 337 }); 338 338 339 339 editor.on( 'blur hide', hide ); 340 340 … … 1125 1125 floatingToolbar.reposition(); 1126 1126 } 1127 1128 editor.fire( 'ExecCommand', { 1129 command: cmd, 1130 ui: event.ui, 1131 value: event.value 1132 } ); 1127 1133 } 1128 1134 });
Note: See TracChangeset
for help on using the changeset viewer.