Files
2023-02-22 07:48:50 +00:00

12 lines
202 B
JavaScript
Executable File
Vendored

define( [
"./core",
"./attributes/attr",
"./attributes/prop",
"./attributes/classes",
"./attributes/val"
], function( jQuery ) {
// Return jQuery for attributes-only inclusion
return jQuery;
} );