mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 13:14:59 -05:00
12 lines
200 B
JavaScript
12 lines
200 B
JavaScript
define([
|
|
"./core",
|
|
"./attributes/val",
|
|
"./attributes/attr",
|
|
"./attributes/prop",
|
|
"./attributes/classes"
|
|
], function( jQuery ) {
|
|
|
|
// Return jQuery for attributes-only inclusion
|
|
return jQuery;
|
|
});
|