Core: re-introduce createHTMLDocument in parseHTML; Safari 8 left out

Close gh-1505
This commit is contained in:
Timmy Willison
2014-12-10 09:48:55 -05:00
parent 8653068dd6
commit cfe468f29c
5 changed files with 67 additions and 6 deletions

View File

@@ -301,7 +301,7 @@ this.loadTests = function() {
/**
* Run in noConflict mode
*/
if (jQuery.noConflict) {
if ( jQuery.noConflict ) {
jQuery.noConflict();
}