i4way-dash/.svn/pristine/45/45b1b046a933aff6e97f6d96496...

12 lines
200 B
Plaintext

define([
"./core",
"./attributes/attr",
"./attributes/prop",
"./attributes/classes",
"./attributes/val"
], function( jQuery ) {
// Return jQuery for attributes-only inclusion
return jQuery;
});