File "attributes.js"

Full Path: /srv/www/www.cadoro.it/app/lib/jquery/src/queue/attributes.js
File size: 217 bytes
MIME-type: text/plain
Charset: utf-8

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

"use strict";

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