Make WordPress Core

Ticket #26959: 26959.13.patch

File 26959.13.patch, 577 bytes (added by azaozz, 11 years ago)
  • src/wp-includes/js/mce-view.js

     
    11/* 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 */     
    27
    38// Ensure the global `wp` object exists.
    49window.wp = window.wp || {};