I am getting this error when trying to initative the plugin:
autoCompleteData is undefined
On plugin.js:382:13, which is thie line:
// If the delimiter is undefined set default value to ['@'].
// If the delimiter is a string value convert it to an array. (backwards compatibility)
autoCompleteData.delimiter = (autoCompleteData.delimiter !== undefined) ? !$.isArray(autoCompleteData.delimiter) ? [autoCompleteData.delimiter] : autoCompleteData.delimiter : ['@'];
I am getting this error when trying to initative the plugin:
On plugin.js:382:13, which is thie line:
I am using TinyMCE 4.7.9 and JQuery 3.2.1.