1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-01-25 12:35:55 +00:00
Files
go-inbucket/themes/bootstrap/public/bower_components/jquery/src/attributes.js
2015-08-16 19:46:11 -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;
});