diff options
Diffstat (limited to 'src/core/parseHTML.js')
-rw-r--r-- | src/core/parseHTML.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/parseHTML.js b/src/core/parseHTML.js index 2b638e633..b0f489536 100644 --- a/src/core/parseHTML.js +++ b/src/core/parseHTML.js @@ -1,5 +1,6 @@ define([ "../core", + "../var/document", "./var/rsingleTag", // This is the only module that needs core/support @@ -7,7 +8,7 @@ define([ // buildFragment "../manipulation" -], function( jQuery, rsingleTag, support ) { +], function( jQuery, document, rsingleTag, support ) { // data: string of html // context (optional): If specified, the fragment will be created in this context, |