1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-01-23 03:25:58 +00:00
Files
go-inbucket/themes/bootstrap/public/bower_components/jquery/src/attributes.js
2016-02-22 19:15:37 -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;
} );