StevenDevooght / tinyMCE-mention

Mention/Autocomplete plugin for tinyMCE WYSIWYG editor.
http://stevendevooght.github.io/tinyMCE-mention/
220 stars 95 forks source link

Non jQuery Version #45

Closed TuningGuide closed 7 years ago

TuningGuide commented 7 years ago

Hi Steven, I do not checked which browser compatibility function.bind, Object.assign, Array.map, for(var x in obj) {} and the helpers functions have. I'm working with latest chrome and obviously it works xD

StevenDevooght commented 7 years ago

I decided to put your changes on a seperate branch to do some more testing.

TuningGuide commented 7 years ago

If everything goes smooth you could split your plugin into plugin-jquery.js and plugin.js. That's how tinymce gives the developer the option to decide.