Files
NetAlertX/front/lib/AdminLTE/bower_components/jquery/src/attributes.js
2022-12-04 00:07:22 +11:00

14 lines
217 B
JavaScript
Executable File

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