2016-01-09 13:36:35 -05:00
|
|
|
define( [
|
2015-06-26 11:53:49 -04:00
|
|
|
"./core",
|
|
|
|
"./attributes/attr",
|
|
|
|
"./attributes/prop",
|
|
|
|
"./attributes/classes",
|
|
|
|
"./attributes/val"
|
|
|
|
], function( jQuery ) {
|
|
|
|
|
2016-06-11 11:55:39 -04:00
|
|
|
"use strict";
|
|
|
|
|
2015-06-26 11:53:49 -04:00
|
|
|
// Return jQuery for attributes-only inclusion
|
|
|
|
return jQuery;
|
2016-01-09 13:36:35 -05:00
|
|
|
} );
|