Changeset 29190
- Timestamp:
- 07/16/2014 05:55:00 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/tinymce/plugins/wpview/plugin.js
r29184 r29190 11 11 toRemove = false, 12 12 firstFocus = true, 13 _noop = function() { return false; }, 13 14 cursorInterval, lastKeyDownNode, setViewCursorTries, focus, execCommandView; 14 15 … … 156 157 // Check if the `wp.mce` API exists. 157 158 if ( typeof wp === 'undefined' || ! wp.mce ) { 158 return; 159 return { 160 getViewText: _noop, 161 setViewText: _noop, 162 getView: _noop 163 }; 159 164 } 160 165
Note: See TracChangeset
for help on using the changeset viewer.