FIC_Solar/SolarPower/wwwroot/js/bower_components/jquery/src/attributes.js
b110212000 0a8b7d2f1c js
2021-06-24 10:38:24 +08:00

12 lines
202 B
JavaScript

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