WordPress Editor without buttons

I fixed it by adding the following script after making the Ajax call:

tinymce.execCommand('mceRemoveEditor', false, 'customEditor');
tinymce.execCommand('mceAddEditor', false, 'customEditor');