ffffng/app/bower_components/jquery/src/attributes.js

12 lines
200 B
JavaScript
Raw Normal View History

2014-05-12 20:08:19 +02:00
define([
"./core",
"./attributes/attr",
"./attributes/prop",
"./attributes/classes",
"./attributes/val"
], function( jQuery ) {
// Return jQuery for attributes-only inclusion
return jQuery;
});