diff options
Diffstat (limited to 'bower_components/jquery/src/manipulation/var')
5 files changed, 0 insertions, 17 deletions
diff --git a/bower_components/jquery/src/manipulation/var/nodeNames.js b/bower_components/jquery/src/manipulation/var/nodeNames.js deleted file mode 100644 index 05bb604..0000000 --- a/bower_components/jquery/src/manipulation/var/nodeNames.js +++ /dev/null @@ -1,5 +0,0 @@ -define( function() { - return "abbr|article|aside|audio|bdi|canvas|data|datalist|" + - "details|dialog|figcaption|figure|footer|header|hgroup|main|" + - "mark|meter|nav|output|picture|progress|section|summary|template|time|video"; -} ); diff --git a/bower_components/jquery/src/manipulation/var/rcheckableType.js b/bower_components/jquery/src/manipulation/var/rcheckableType.js deleted file mode 100644 index 4c95394..0000000 --- a/bower_components/jquery/src/manipulation/var/rcheckableType.js +++ /dev/null @@ -1,3 +0,0 @@ -define( function() { - return ( /^(?:checkbox|radio)$/i ); -} ); diff --git a/bower_components/jquery/src/manipulation/var/rleadingWhitespace.js b/bower_components/jquery/src/manipulation/var/rleadingWhitespace.js deleted file mode 100644 index 96ef95f..0000000 --- a/bower_components/jquery/src/manipulation/var/rleadingWhitespace.js +++ /dev/null @@ -1,3 +0,0 @@ -define( function() { - return ( /^\s+/ ); -} ); diff --git a/bower_components/jquery/src/manipulation/var/rscriptType.js b/bower_components/jquery/src/manipulation/var/rscriptType.js deleted file mode 100644 index 0c77c8a..0000000 --- a/bower_components/jquery/src/manipulation/var/rscriptType.js +++ /dev/null @@ -1,3 +0,0 @@ -define( function() { - return ( /^$|\/(?:java|ecma)script/i ); -} ); diff --git a/bower_components/jquery/src/manipulation/var/rtagName.js b/bower_components/jquery/src/manipulation/var/rtagName.js deleted file mode 100644 index 9e54269..0000000 --- a/bower_components/jquery/src/manipulation/var/rtagName.js +++ /dev/null @@ -1,3 +0,0 @@ -define( function() { - return ( /<([\w:-]+)/ ); -} ); |
