File "attributes.js"
Full Path: /home/cananyalcin/public_html/vendors/parsleyjs/bower_components/jquery/src/attributes.js
File size: 200 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;
});