http://cardzoneqzvq6tkywkbpbbclp4sb4o4ry7piwkwx3om6qkxjmksb4zyd.onion/cz/wp-includes/js/mce-view.js
.
*/
get: function( type ) {
return views[ type ];
},
/**
* Unbinds all view nodes.
* Runs before removing all view nodes from the DOM.
*/
unbind: function() {
_.each( instances, function( instance ) {
instance.unbind();
} );
},
/**
* Scans a given string for each view's pattern,
* replacing any matches with markers,
* and creates a new instance for every match