mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-29 16:44:58 +05:00
13 lines
217 B
JavaScript
13 lines
217 B
JavaScript
define( [
|
|
"./core",
|
|
"./attributes/attr",
|
|
"./attributes/prop",
|
|
"./attributes/classes",
|
|
"./attributes/val"
|
|
], function( jQuery ) {
|
|
|
|
"use strict";
|
|
|
|
// Return jQuery for attributes-only inclusion
|
|
return jQuery;
|
|
} );
|