File "attributes.js"

Full Path: /home/cananyalcin/public_html/vendors/jquery/src/attributes.js
File size: 202 bytes
MIME-type: text/plain
Charset: utf-8

define( [
	"./core",
	"./attributes/attr",
	"./attributes/prop",
	"./attributes/classes",
	"./attributes/val"
], function( jQuery ) {

// Return jQuery for attributes-only inclusion
return jQuery;
} );