mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
14 lines
217 B
JavaScript
Executable File
14 lines
217 B
JavaScript
Executable File
define( [
|
|
"./core",
|
|
"./attributes/attr",
|
|
"./attributes/prop",
|
|
"./attributes/classes",
|
|
"./attributes/val"
|
|
], function( jQuery ) {
|
|
|
|
"use strict";
|
|
|
|
// Return jQuery for attributes-only inclusion
|
|
return jQuery;
|
|
} );
|