1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/dashboard-ui/bower_components/jquery/src/attributes.js

14 lines
217 B
JavaScript
Raw Normal View History

2016-01-09 13:36:35 -05:00
define( [
2015-06-26 11:53:49 -04:00
"./core",
"./attributes/attr",
"./attributes/prop",
"./attributes/classes",
"./attributes/val"
], function( jQuery ) {
2016-06-11 11:55:39 -04:00
"use strict";
2015-06-26 11:53:49 -04:00
// Return jQuery for attributes-only inclusion
return jQuery;
2016-01-09 13:36:35 -05:00
} );