Changeset 32095
- Timestamp:
- 04/09/2015 12:10:23 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/tinymce/plugins/wpautoresize/plugin.js
r30338 r32095 26 26 isActive = false; 27 27 28 if ( editor.settings.inline || tinymce.Env.iOS ) { 29 return; 30 } 31 28 32 function isFullscreen() { 29 33 return editor.plugins.fullscreen && editor.plugins.fullscreen.isFullscreen(); 30 }31 32 if ( editor.settings.inline ) {33 return;34 34 } 35 35
Note: See TracChangeset
for help on using the changeset viewer.