iot-backend/software/flow/node_modules/jquery/src/attributes.js

14 lines
217 B
JavaScript
Raw Normal View History

2023-02-22 17:26:41 +01:00
define( [
"./core",
"./attributes/attr",
"./attributes/prop",
"./attributes/classes",
"./attributes/val"
], function( jQuery ) {
"use strict";
// Return jQuery for attributes-only inclusion
return jQuery;
} );