Update of multiple frontend libs.
This commit is contained in:
parent
de261dbde5
commit
a9c6ddc03b
276 changed files with 41257 additions and 19300 deletions
|
@ -1,3 +1,5 @@
|
|||
define(function() {
|
||||
return (/^(?:checkbox|radio)$/i);
|
||||
});
|
||||
define( function() {
|
||||
"use strict";
|
||||
|
||||
return ( /^(?:checkbox|radio)$/i );
|
||||
} );
|
||||
|
|
5
app/bower_components/jquery/src/manipulation/var/rscriptType.js
vendored
Normal file
5
app/bower_components/jquery/src/manipulation/var/rscriptType.js
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
define( function() {
|
||||
"use strict";
|
||||
|
||||
return ( /^$|\/(?:java|ecma)script/i );
|
||||
} );
|
5
app/bower_components/jquery/src/manipulation/var/rtagName.js
vendored
Normal file
5
app/bower_components/jquery/src/manipulation/var/rtagName.js
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
define( function() {
|
||||
"use strict";
|
||||
|
||||
return ( /<([a-z][^\/\0>\x20\t\r\n\f]+)/i );
|
||||
} );
|
Loading…
Add table
Add a link
Reference in a new issue