This option is deprecated as of 3.5 use forced_root_blocks: false instead to control p vs br behavior.

This option enables you to disable/enable the creation of paragraphs on return/enter in Mozilla/Firefox. The default value of this option is true.

tinymce.init({
        ...
        force_p_newlines : true
});