mirror of
https://github.com/supanadit/short-url.git
synced 2025-02-08 09:08:40 +00:00
14 lines
217 B
JavaScript
Executable File
Vendored
14 lines
217 B
JavaScript
Executable File
Vendored
define( [
|
|
"./core",
|
|
"./attributes/attr",
|
|
"./attributes/prop",
|
|
"./attributes/classes",
|
|
"./attributes/val"
|
|
], function( jQuery ) {
|
|
|
|
"use strict";
|
|
|
|
// Return jQuery for attributes-only inclusion
|
|
return jQuery;
|
|
} );
|