Describe the bug
When SCRIPT_DEBUG is set to true the PPB throws an error trying to load the tinymce_tables.js file. We only distribute the minified version of the file in the plugin, so when SCRIPT_DEBUG is set to true WordPress looks for an unminified version which does not exist and the Tables functionality does not work.