mirror of
https://github.com/jquery/jquery.git
synced 2026-02-02 05:04:59 -05:00
Build: update grunt-jscs-checker and pass with the new rules
This commit is contained in:
@@ -5,7 +5,8 @@ define([
|
||||
], function( jQuery, rsingleTag ) {
|
||||
|
||||
// data: string of html
|
||||
// context (optional): If specified, the fragment will be created in this context, defaults to document
|
||||
// context (optional): If specified, the fragment will be created in this context,
|
||||
// defaults to document
|
||||
// keepScripts (optional): If true, will include scripts passed in the html string
|
||||
jQuery.parseHTML = function( data, context, keepScripts ) {
|
||||
if ( !data || typeof data !== "string" ) {
|
||||
|
||||
Reference in New Issue
Block a user