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