OK, sure.
When using this plugin, the generated markup has a full HTML document for each slide, which is invalid HTML. It is not allowed to use doctype, html, head, body tags within the body. They serve no purpose and are just generated by mistake from using loadHTML() and saveHTML().
The change makes the extra invalid markup go away.