for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
/** global: GLSR */
(function( tinymce ) {
'use strict';
tinymce.PluginManager.add( 'glsr_shortcode', function( editor ) {
editor.addCommand( 'GLSR_Shortcode', function() {
GLSR.shortcode.create( editor.id );
});
})( window.tinymce );