Add title when calling createHTMLDocument #16

Merged
mduheaume merged 1 commits from master into master 2014-09-16 00:51:04 -05:00

View File

@@ -339,7 +339,7 @@
} }
, loadContent: function(html, options) { , loadContent: function(html, options) {
var tmpEl = document.implementation.createHTMLDocument() var tmpEl = document.implementation.createHTMLDocument("")
// parse HTML attributes to copy them // parse HTML attributes to copy them
// since we are forced to use documentElement.innerHTML (outerHTML can't be used for <html>) // since we are forced to use documentElement.innerHTML (outerHTML can't be used for <html>)