Files
kubernetes/third_party/ui/bower_components/jquery/src/attributes.js
2015-04-13 16:55:01 -07:00

12 lines
200 B
JavaScript

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