Einkaufslisten anzeigen, Datenbankeinbindung
This commit is contained in:
5
express-server/public/jquery/src/manipulation/var/rcheckableType.js
vendored
Normal file
5
express-server/public/jquery/src/manipulation/var/rcheckableType.js
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
define( function() {
|
||||
"use strict";
|
||||
|
||||
return ( /^(?:checkbox|radio)$/i );
|
||||
} );
|
5
express-server/public/jquery/src/manipulation/var/rscriptType.js
vendored
Normal file
5
express-server/public/jquery/src/manipulation/var/rscriptType.js
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
define( function() {
|
||||
"use strict";
|
||||
|
||||
return ( /^$|^module$|\/(?:java|ecma)script/i );
|
||||
} );
|
5
express-server/public/jquery/src/manipulation/var/rtagName.js
vendored
Normal file
5
express-server/public/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 );
|
||||
} );
|
Reference in New Issue
Block a user