Ticket #26959: 26959.13.patch
File 26959.13.patch, 577 bytes (added by , 11 years ago) |
---|
-
src/wp-includes/js/mce-view.js
1 1 /* global tinymce, MediaElementPlayer, WPPlaylistView */ 2 /** 3 * Note: this API is "experimental" meaning it will likely change a lot 4 * in the next few releases based on feedback from 3.9.0. If you intend 5 * to use it, please follow the development closely. 6 */ 2 7 3 8 // Ensure the global `wp` object exists. 4 9 window.wp = window.wp || {};