http://cardzoneqzvq6tkywkbpbbclp4sb4o4ry7piwkwx3om6qkxjmksb4zyd.onion/cz/wp-includes/js/mce-view.js
.
*/
( function( window, wp, shortcode, $ ) {
'use strict';
var views = {},
instances = {};
wp.mce = wp.mce || {};
/**
* wp.mce.views
*
* A set of utilities that simplifies adding custom UI within a TinyMCE editor.
* At its core, it serves as a series of converters, transforming text to a
* custom UI, and back again.
*/
wp.mce.views = {
/**
* Registers a new view type